How do i change the color of my tables? |
How do i change the color of my tables? |
Oct 18 2008, 11:47 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Oct 2008 Member No: 692,215 |
I want to change the color of my tables. I've used the one provided in the myspace scripts section but theres white bars still displayed on my profile. Can someone give me a proper code?
|
|
|
|
![]() |
Oct 18 2008, 11:51 PM
Post
#2
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
What do you mean by white bars?
|
|
|
|
Oct 18 2008, 11:52 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Oct 2008 Member No: 692,215 |
oh the reason i have white bars is because i was chaning the color of my tables black
Heres how my profile looks after using the code provided on myspace scripts My Profile This is the code i used CODE <br />
<style>table table { border: 0px } table table table table{border:0px} table, tr, td {background-color:transparent; border:none; border-width:0;}table table table {border-style:solid;border-width:0px;border-color:FFFFFF;background-color:FFFFFF;background-image:url(IMAGE URL HERE);background-repeat:repeat;background-attachment:fixed;}</style> <p>
Reason for edit: posts merged. please don't double post. -nat
|
|
|
|
Oct 19 2008, 05:28 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this:
CODE <style> table table, table table table table {border:0px} table, tr, td {background-color:transparent; border:0px;} table table table {border:0px; background-color:000000;}</style> If that doesn't work, please post the codes you're using. You might have other codes that are clashing with the one you found from the scripts section. |
|
|
|
![]() ![]() |