Jump to content

Help with website


Recommended Posts


<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.

Link to comment
Share on other sites

<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>

Link to comment
Share on other sites

<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...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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