Log in

View Full Version : Aligning entire board left (instead of center)


Tekton
01-11-2005, 09:35 AM
Hiya, I tried searching the board, but I couldn't find what I was looking for (too common of words I guess). I'm trying to align the whole board left, instead of centered like it is.

I looked in the common templates and tried changing the "center" to lefts, but that didn't work with all the pieces. I tried using a table or div to place all of the contents into it and then aligning that left, but it didn't work.

Can anyone help me out? :)


EDIT - If I use a "position: absolute" in a DIV STYLE, it works in IE (but no other browsers).

EDIT 2 - Seems to work in Opera also -- just not firefox... =/

defi
01-30-2005, 03:08 PM
<div align="left">
put that in the first line of your $header template

</div>
put that in the last line of your $footer template