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
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
 
When You Register, These Ads Go Away!
Old 08-03-2007, 01:04 PM Re: can any1 tell me, wats wrong in this?
bas
Super Talker

Posts: 107
Name: Bas
Location: Belgium
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 Visit bas's homepage!
 
Old 08-03-2007, 02:37 PM Re: can any1 tell me, wats wrong in this?
highanddry's Avatar
Close Talker

Posts: 876
Name: Jacob
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
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
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
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
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
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

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

vB 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.13235 seconds with 12 queries