I've got four links in a left side column, on my web page, but I can't seem to get them to line of flush left in the column. They seem to be centered. I tried adding <td align="left">, without success. Your help will be appreciated. <img src="images/bullet.gif" alt="" width="10" height="10"><a href="index.php"><font color="#DDCEA2"><font face="Arial" size="2">Home</a></font><br> <img src="images/bullet.gif" alt="" width="10" height="10"><A href='index.php?command=signup_page'><font color="DDCEA2"><font face="Arial" size="2">Sign Up</font></A><br /> <img src="images/bullet.gif" alt="" width="10" height="10"><a href="faq.html"><font color="DDCEA2"><font face="Arial" size="2">FAQ</a><br> <img src="images/bullet.gif" alt="" width="10" height="10"><a href="legal.html"><font color="DDCEA2"><font face="Arial" size="2">Terms of Use</a> Code (markup):
You should try using list <ul> <li>link</li> </ul> Code (markup): and use css to have the li use the bullet as image.
yeah semantically speaking you should use a list for the links and probably not tables for layout but depends what your using