Background Problem |
![]() ![]() |
Background Problem |
Apr 20 2007, 07:11 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2007 Member No: 518,447 |
I was trying to do a layout from scratch but it seems I have a little error in my background I can't seem to pull my head around.
http://myspace.com/death_by_dyskrasia You see where the parts of my background are gray on the sides and how it hooks in on the top? I'd like to change that gray to my background color and maybe stretch the links out rather have them all on top of each other like they are if possible. |
|
|
|
| *Azarel* |
Apr 20 2007, 11:31 AM
Post
#2
|
|
Guest |
This in your coding is resizing your navigation at the top:
CODE TABLE, TD {padding: 0px; text-transform: none; width:301px;} However, if you remove it than your tables will not be resized anymore. I don't think there is a way to resize only your default tables on your profile and not the navigation.. To change the grey, this is the code to insert into your about me/who I'd like to meet: CODE <style type=text/css>body {background-color: 000000;}</style> You'll want to change 000000 to the shade of red that you're using; right now it is set to black. |
|
|
|
![]() ![]() |