Jump to content

Recommended Posts


Posted

<tr>
 <td>
    <img src="images/spacer.gif" width="3" height="1" alt="">
 </td>
</tr>

First rule of XHTML, never write in uppercase :)

btw, I don't think any tags are supposed to be in after tr, since its just a tag attribute to tell the table there is a row. The code after the td attribute is ok, hence the change in code I've made above.

It's also helpful to add border="1" attribute inside your table tag, so you can see how your tables are being laid out before publishing to the internet.

Posted
<tr>
 <td>
    <img src="images/spacer.gif" width="3" height="1" alt="">
 </td>
</tr>

First rule of XHTML, never write in uppercase  :)

btw, I don't think any tags are supposed to be in after tr, since its just a tag attribute to tell the table there is a row. The code after the td attribute is ok, hence the change in code I've made above.

It's also helpful to add border="1" attribute inside your table tag, so you can see how your tables are being laid out before publishing to the internet.

There's probably too many tr's and td's here, this is what I did with no results:

<TD>
<tr>
<td>
   <img src="images/spacer.gif" width="3" height="1" alt="">
</td>
</tr>

</td>
     </tr>
   </table>
   </td>
   <td background="images/RIGHTBAR.JPG" width="2"><img src="images/spacer.GIF" width="2"></td>
 </tr>
</table>
<table width="656" border=0 cellpadding=0 cellspacing=0>
 <tr>
   <td valign="bottom" align="middle"><img src="images/BOTTOM.JPG"></td>
 </tr>
</table>
</center>
</BODY>
</HTML>

Posted

<TD>
<tr>
<td>
  <img src="images/spacer.gif" width="3" height="1" alt="">
</td>
</tr>

</td>

i dont think this is right, there is definetly no reason why a TR would be inside a TD, so its wrong...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...