black instead of white?, inside table. |
black instead of white?, inside table. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Dec 2006 Member No: 485,295 ![]() |
http://profile.myspace.com/index.cfm?fusea...iendid=68139419
how do i get mine to go black instead of white like this? thanks Amanda =] |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
I think Emma718 means the body of the layout, in which case use this code - you can change both the background colour and the main table body colour:
CODE <style type="text/css">
table, tr, td { background-color:000000; border:none; border-width:0; } body { background-color:ffffff; border-width:0px; border-color:none; border-style:solid; padding-left:0px; padding-right:0px; } </style> |
|
|
![]() ![]() |