table colours and background |
table colours and background |
Jun 29 2006, 06:00 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: May 2006 Member No: 410,312 |
hey i dont come here often for help but i was wondering wether you could still have the defult profile but change the colours of the tables. like dont have the orane or blue parts. but still have the white box surrounding them but i different colour around the edges.
ahh heres what i mean print screaning it. http://img105.imageshack.us/img105/9281/myspace3bo.png sorry if you dont understand im not very good at explaining things. thanks <3 |
|
|
|
![]() |
Jun 29 2006, 10:04 AM
Post
#2
|
|
|
Helper ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Mar 2004 Member No: 6,673 |
This link shoudl help you with the table color issue http://www.thehtmlhelpsite.com/netsirk/mytablecolor.php
And this page should help you with your background color http://www.thehtmlhelpsite.com/netsirk/mybgc.php I hope this helps. If you'd like to look around the site more the main link is www.thehtmlhelpsite.com |
|
|
|
Jun 29 2006, 10:26 AM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style type="text/css"> body{ background-color: colorhere; background-image: url(urlhere); background-position: top left; background-repeat: repeat; } </style> You can also change QUOTE background-image: url(urlhere); to QUOTE background-image: url("urlhere");
|
|
|
|
Jun 29 2006, 11:10 AM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: May 2006 Member No: 410,312 |
thanks the background code worked but the first link that you gave me SteveZz the code didnt work. i got this code from it:
CODE <style>table{border-color="000000"; background-color="ffffff"} td{background-color="ffffff"; border-color="000000"} tr{background-color="ffffff"; border-color="000000"}</style> and that didnt change any of the tables.......... :\ |
|
|
|
![]() ![]() |