table backgrounds |
![]() ![]() |
table backgrounds |
Jul 1 2006, 12:15 PM
Post
#1
|
|
![]() i rock c[ = ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 520 Joined: Jun 2004 Member No: 22,226 |
hi, i have my code for the layout and in table backgrounds i put ffffff butt it still stays transparent... and where it says the table background-color: transparent i dont know what to put... please help me
my myspace CODE <style type="text/css"> body{ background-color:#ffffff; background-image:url(http://img.photobucket.com/albums/v287/LiDdLe1/bkglitter2.jpg); background-position:Bottom Left; background-attachment:fixed; background-repeat:no-repeat; } Table, Td{ background-color:transparent; } table table table{ background-color:&#ffffff; background-image:url(); background-repeat:repeat; border-color:ffffff; border-style:solid; border-width:3px; } table table table table{ background-image:none; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:757575; font-size:10pt; font-weight:normal; font-style:normal; font-family:Tahoma, verdana, arial, sans-serif; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:757575; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-size:8pt; font-weight:normal; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } </style> <center><a href="http://myspace.com/starlays; starlays♥</a></center> <div style="position:absolute;left:0px;top:0px;width:88px;height:31px;"><a href=<"http://myspace.com/starlays"> ♥ starlays♥</a></div> <style type="text/css"> p{font-family:arial;font-size:8pt;color:757575} b{font-family:arial;font-size:8pt;color:757575}i, em{font-family:georgia;font-size:8pt;color:757575;} U {font-family: arial; font-size:8pt; color:000000; letter-spacing: 0; font-style: border; border-bottom: 1pt dashed; border-bottom-color:757575;} </style>
<style> .contactTable {display:none;} table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} embed, object {display:block; width:220px; height:38px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text .orangetext15, td.text td.text table table div {display:none;} </style> |
|
|
|
Jul 1 2006, 01:35 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: May 2006 Member No: 410,319 |
your code is wrong. you have '#' and '&' where theyre not suposed to be.
change CODE body{ background-color:#ffffff; background-image:url(http://img.photobucket.com/albums/v287/LiDdLe1/bkglitter2.jpg); background-position:Bottom Left; background-attachment:fixed; background-repeat:no-repeat; } Table, Td{ background-color:transparent; } table table table{ background-color:&#ffffff; background-image:url(); to CODE body{ background-color:ffffff; background-image:url(http://img.photobucket.com/albums/v287/LiDdLe1/bkglitter2.jpg); background-position:Bottom Left; background-attachment:fixed; background-repeat:no-repeat; } Table, Td{ background-color:transparent; } table table table{ background-color:ffffff; background-image:url();
|
|
|
|
![]() ![]() |