I am using it on http://www.thetribehasspoken.net
All of the sudden all of my lines are being centered instead of starting on the left. Is there a was to fix this?
I am using it on http://www.thetribehasspoken.net
All of the sudden all of my lines are being centered instead of starting on the left. Is there a was to fix this?
Check your left sidebar's code: it's full of unclosed center tags.
What do those look like? <tr>?
<center> and the closing pair should be </center>.
Also, you really shouldn't be using the center tag anyway, it's not valid XHTML. Better to use align="center" in a div or something.
This topic has been closed to new replies.