Quick HTML help

LeetestUnleet

Senior member
Aug 16, 2002
680
0
0
I haven't looked at your code, but that typically implies that you need another "text-align" property somewhere else in your CSS.
 

GundamSonicZeroX

Platinum Member
Oct 6, 2005
2,100
0
0
Try putting it in a table.


Also, have you considered using CSS? (assuming that all you're doing is making roll-overs?)
 

LeetestUnleet

Senior member
Aug 16, 2002
680
0
0
Hm, I gave it a quick look over, and I'm pretty sure it's something with the way you're using it in tables. I don't want to strike up a huge debate, but this is where it would be so much easier if you used a div layout with CSS instead of tables.

The only "band-aid" fix (which I don't recommend - you'd be better off fixing the actual problem) is to use a
padding-left: 100px;
instead of the
text-align: center;

It seemed to move it just fine, though I might be +/- 5px on exact center.
 

Evadman

Administrator Emeritus<br>Elite Member
Feb 18, 2001
30,990
5
81
<!-- Menu Script -->
<table width="100%"><tr><td align="center"><script type="text/javascript" src="menu.js"></script></td></tr></table>
<!-- End Menu Script -->