tables |
tables |
Oct 28 2008, 11:09 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 144 Joined: Aug 2006 Member No: 459,714 |
is there a code where i could change the white color of the table to black?
http://i38.tinypic.com/2009r2r.png |
|
|
|
![]() |
Oct 29 2008, 12:07 AM
Post
#2
|
|
![]() Sex, Blood, & RocknRoll ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: People Staff Posts: 5,305 Joined: Nov 2007 Member No: 596,480 |
CODE <style type="text/css"> table, td{ background-color:000000; border:none; } body{background-image:url();background-attachment: fixed;background-repeat: repeat;}</style> Pretty sure that should do it. |
|
|
|
lala09 tables Oct 28 2008, 11:09 PM
Anarchy Actually, this should do:
CODE<style>
tab... Oct 29 2008, 09:21 AM![]() ![]() |