Trip
02-21-2010, 06:26 PM
I wonder if someone would be able to have a look at this string of code and help me validate XHTML 1.0 transitional. After this long road, I have one error left and either I'm over looking something obvious or whatever. Placing a little CSS would be the way to roll, but I tried a few combos and I am not having any luck.
I have these three horizontal images placed on top of t_border on my forum homepage.
Image on the left is fixed as well as the right image, the image in the middle repeats because my style is fluid. For the repeating image, I'm using a deprecated value (highlighted in red). It renders fine in all browers, but I would prefer validating. After all I've come so close.
Any help to straighten me out would be super :):up:
Thanks in advance
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="92px"><img height="43px" width="92px" alt="" src="images/gradients/left.gif" /></td>
<td height="43px" background="images/gradients/cntr.gif" align="center" width="100%" valign="middle" />
<td width="4px"><img height="43px" width="4px" alt="" src="images/gradients/right.gif" /></td>
</tr>
</tbody>
</table>
--------------- Added 1266844852 at 1266844852 ---------------
Resolved. After 2 hours of fooling around yesterday with a CSS replacement for that HTML code. Got it on the first shot this morning.
I have these three horizontal images placed on top of t_border on my forum homepage.
Image on the left is fixed as well as the right image, the image in the middle repeats because my style is fluid. For the repeating image, I'm using a deprecated value (highlighted in red). It renders fine in all browers, but I would prefer validating. After all I've come so close.
Any help to straighten me out would be super :):up:
Thanks in advance
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="92px"><img height="43px" width="92px" alt="" src="images/gradients/left.gif" /></td>
<td height="43px" background="images/gradients/cntr.gif" align="center" width="100%" valign="middle" />
<td width="4px"><img height="43px" width="4px" alt="" src="images/gradients/right.gif" /></td>
</tr>
</tbody>
</table>
--------------- Added 1266844852 at 1266844852 ---------------
Resolved. After 2 hours of fooling around yesterday with a CSS replacement for that HTML code. Got it on the first shot this morning.