lynchknot Posted June 18, 2003 Author Posted June 18, 2003 I'm not sure what and where to put - i'm guessing.
Aaron Posted June 18, 2003 Posted June 18, 2003 <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.
ThA_FiLeR Posted June 18, 2003 Posted June 18, 2003 It shows up fine here, I like it, very nice/clean design
lynchknot Posted June 18, 2003 Author Posted June 18, 2003 <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>
vcant Posted June 18, 2003 Posted June 18, 2003 <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...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now