Forum Moderators: not2easy
here the code:
<body>
<div id="container"><div id="header"><img src="../images/gold_header.jpg" alt="gold header" width="750" height="151" longdesc="transformer/images/gold_header.jpg" /></div>
<div id="linkbar"><table border="0" cellpadding="0" cellspacing="0" width="750">
<!-- fwtable fwsrc="linkbar.png" fwpage="Page 1" fwbase="linkbar.gif" fwstyle="Dreamweaver" fwdocid = "696007955" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="165" height="1" border="0" alt="" /></td>
<td><img src="spacer.gif" width="146" height="1" border="0" alt="" /></td>
<td><img src="spacer.gif" width="439" height="1" border="0" alt="" /></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td><a href="manage_websites.php" target=""><img name="linkbar_r1_c1" src="images/linkbar_r1_c1.gif" width="165" height="25" border="0" id="linkbar_r1_c1" alt="Manage Websites" /></a></td>
<td><a href="logout.php" target=""><img name="linkbar_r1_c2" src="images/linkbar_r1_c2.gif" width="146" height="25" border="0" id="linkbar_r1_c2" alt="Logout" /></a></td>
<td><img name="linkbar_r1_c3" src="images/linkbar_r1_c3.gif" width="439" height="25" border="0" id="linkbar_r1_c3" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="25" border="0" alt="" /></td>
</tr>
</table></div>
vertical-align:bottom;perhaps (on the IMG element)
Unrelated... the longdesc attribute on your IMG element should be a URL to a textual page that further describes the image, it shouldn't be another image itself - accessibility. W3C [w3.org]
encyclo:
actually i am not sure if this problem is css or div related. i was just guessing. It would be nice if you could still help me out.
(do you suggest i move the post to a different section of the forum?)
penders:
thank you for the tip with the long desc tag. didn't know that. gone change that asap.