You lost me. Can you give me an example how you would code it and where would you put the code?
--------------- Added [DATE]1298508041[/DATE] at [TIME]1298508041[/TIME] ---------------
okay, i see the code now (I was logged out). I added the divs in the header and the padding in the additional css definitions block. Now how do I get my padding to shrink up?
--------------- Added [DATE]1298508391[/DATE] at [TIME]1298508391[/TIME] ---------------
I changed my padding but it did not take:
#headerleft
{
padding:1px 1px 1px 1px;
}
#header
{
padding:1px 1px 1px 1px;
}
#headerright
{
padding:1px 1px 1px 1px;
}
|