Need help with Bullets(wont go left!)

liunx

Guest
in my site(in siggy) the bullets on the bar are centered and I want them to be on the left, I've tried the align left tage and the tag to take out center and they won't work.<!--content-->First of all, try nesting your html code properly. This could be the prob.<!--content-->surprised it works at all, wait a minute it does in IE, typical IE.... anyway you forgot some table tags and you have table tags in the wrong place.<br />
<br />
then if that doesn't clear it up try puttin gthe buttets in the table cell with the content you want them next to.....<!--content-->Using a list: the text will jump to the right.<br />
Using a table you can play with the td content.<br />
<br />
<br />
<table border="0" align="left" cellspacing="2" cellpadding="2" bordercolor="#7f0000"><br />
<tr><br />
<td><IMG SRC=http://www.htmlforums.com/archive/index.php/"bever.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="bever.gif (335 bytes)"></td><br />
<td>&amp nbsp; &amp nbsp;</td><br />
<td><a href=http://www.htmlforums.com/archive/index.php/"">-Murphy</a><br></td><br />
</tr><br />
<tr><br />
<td><IMG SRC=http://www.htmlforums.com/archive/index.php/"bever.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="bever.gif (335 bytes)"></td><br />
<td>&amp nbsp; &amp nbsp;</td><br />
<td><a href=http://www.htmlforums.com/archive/index.php/"">-Mitchell<br></a></td><br />
</tr><br />
<tr><br />
<td><IMG SRC=http://www.htmlforums.com/archive/index.php/"bever.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="bever.gif (335 bytes)"></td><br />
<td>&amp nbsp; &amp nbsp;</td><br />
<td><a href=http://www.htmlforums.com/archive/index.php/"">-Group Pictures<br></a></td><br />
</tr><br />
<tr><br />
<td><IMG SRC=http://www.htmlforums.com/archive/index.php/"bever.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="bever.gif (335 bytes)"></td><br />
<td>&amp nbsp; &amp nbsp;</td><br />
<td><a href=http://www.htmlforums.com/archive/index.php/"">-Holiday Pictures</a></td><br />
</tr><br />
</table><br />
<br />
The button bever.gif is here:<!--content-->Thanks, I'm going to go and fix up my website<!--content-->
 
Back
Top