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

Re: [zrec] How can I chage the LinksSQL to be left-aligned?

Quote Reply
Re: [zrec] How can I chage the LinksSQL to be left-aligned? In reply to
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
Subject Author Views Date
Thread How can I chage the LinksSQL to be left-aligned? zrec 5100 Dec 2, 2007, 7:46 PM
Thread Re: [zrec] How can I chage the LinksSQL to be left-aligned?
Andy 5023 Dec 2, 2007, 10:18 PM
Thread Re: [Andy] How can I chage the LinksSQL to be left-aligned?
zrec 5032 Dec 2, 2007, 10:36 PM
Thread Re: [zrec] How can I chage the LinksSQL to be left-aligned?
Andy 5056 Dec 2, 2007, 10:50 PM
Thread Re: [Andy] How can I chage the LinksSQL to be left-aligned?
zrec 4996 Dec 5, 2007, 11:09 PM
Thread Re: [zrec] How can I chage the LinksSQL to be left-aligned?
Andy 4979 Dec 6, 2007, 1:58 AM
Thread Re: [Andy] How can I chage the LinksSQL to be left-aligned?
zrec 4962 Dec 6, 2007, 2:36 AM
Thread Re: [zrec] How can I chage the LinksSQL to be left-aligned?
Andy 4968 Dec 6, 2007, 2:40 AM
Post Re: [Andy] How can I chage the LinksSQL to be left-aligned?
zrec 4949 Dec 6, 2007, 2:45 AM
Post Re: [zrec] How can I chage the LinksSQL to be left-aligned?
brewt 4931 Dec 6, 2007, 5:08 PM