Click to See Complete Forum and Search --> : Text not possitioned correctly


scottyrob
01-02-2007, 04:42 PM
Hi there.. Can anyone see why my text on www.loddonexplorers.co.uk/Design/New/Login.php cannot be in the centre of that blue banner? I tried loggin in the CSS and such much cant figure out why! Cheers,
Scott

llanitedave
01-02-2007, 08:31 PM
I can't see it because I don't have access to your css settings. If you could post those maybe it would be visible.

aussie girl
01-02-2007, 08:42 PM
try changing this part...
#header h1
{
position: absolute;
top: 1.8em; <- Try something smaller
left: whateverem; <- Add somethign here
font-size: 2.2em;
letter-spacing: -0.05em;
}

sticks464
01-02-2007, 09:27 PM
#header
{
position: relative;
background: #004778 url('images/a5.gif') bottom left repeat-x;
height: 8em;
padding-left: 2em;
}
Add text-align:center; to the above css. This will align any text in the header to the center. See what it does to the menu, this may not be what you want.