Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [zrec] How can I chage the LinksSQL to be left-aligned?: Edit Log

Here is the list of edits for this post
Re: [zrec] How can I chage the LinksSQL to be left-aligned?
I believe this is what you need:
Code:
#wrapper {
margin-left: 0px;
}
body {
text-align: left;
}
The rule on the body is only needed for IE 5 (maybe 5.5).

Adrian

Last edited by:

brewt: Dec 6, 2007, 5:08 PM

Edit Log: