Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
can any1 tell me, wats wrong in this?
Old 08-03-2007, 11:54 AM can any1 tell me, wats wrong in this?
Experienced Talker

Posts: 37
Trades: 0
can any1 tell me, wats wrong in this?


<tr>
<td bgColor="#121212">
<font color=white size=1 face=verdana> Image:</b>
</td>
<td bgColor="#121212">
'.$fontString.'<img src='http://$image' width=$width height=$height></img><br>
</td>
</tr>

thanks for the help...
vanhell06 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-03-2007, 01:04 PM Re: can any1 tell me, wats wrong in this?
bas
Super Talker

Posts: 108
Name: Bas
Trades: 0
It’s depending on what language you are using, but to start:
  1. Your b-tag never begins.
  2. You should give your font-elements an end-tag.
  3. Of course these code has to be a part of the table-element.
But … what version of html/xhtml do you want to use, and what’s the exact problem? Than I can give you more information about it.
bas is offline
Reply With Quote
View Public Profile
 
Old 08-03-2007, 02:37 PM Re: can any1 tell me, wats wrong in this?
highanddry's Avatar
Close Talker

Posts: 880
Name: Jacob
Trades: 0
and you are using tables
highanddry is offline
Reply With Quote
View Public Profile
 
Old 08-03-2007, 02:58 PM Re: can any1 tell me, wats wrong in this?
Experienced Talker

Posts: 37
Trades: 0
Thank You So Muchhhhhhh!!!!!!!!!!!! i got it working but i need to link that to my Sql DB in my funtion.php

idk if i have to put the same there:

<tr>
<td bgColor="#121212">
<font color=white size=1 face=verdana> Image:</b>
</td>
<td bgColor="#121212">
'.$fontString.'<img src=\'http://'.$image.'\' width='.$width.' height='.$height.'></img><br>
</td>
</tr>


or idk how to make a $query, Can any1 help me pls????
vanhell06 is offline
Reply With Quote
View Public Profile
 
Old 08-03-2007, 03:10 PM Re: can any1 tell me, wats wrong in this?
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
guh thats very messy :P

PHP Code:
<tr>
<
td style="background: #121212"
<
span style="color: #fff; font-size: 1; font-family: verdana; font-weight: bold"Image:</span
</
td>
<
td style="background: #121212">
'.$fontString.'<img src="http://'.$image.'" style="width: '.$width.'; height: '.$height.'></img><br />
</td>
</tr> 
i think thats better :P and should do everything you want (and as far as i know up to a xhtml 1.1 standard ... other than the tables... but ill assume its tabular :P)

styling is done usig CSS (in the above case i used inline.) and there no nbareable font tag or </b> which im told u should use <strong> instead anyway in that circumstances because its much more browser compatible.

hope this helps, TP apprieciatd
Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to can any1 tell me, wats wrong in this?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24241 seconds with 12 queries