Log In · Register

 
 
Closed TopicStart new topic
table backgrounds
mz-mya
post Apr 12 2006, 04:30 PM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Jan 2006
Member No: 361,032



how do you put a background into your tables? my code doesnt have a spot to put a background into my tables but heres the code:


<style type="text/css">
.r{}
body {
background: 222222;
scrollbar-arrow-color: CCCC99;
scrollbar-track-color: 222222;
scrollbar-shadow-color: 222222;
scrollbar-face-color: 222222;
scrollbar-highlight-color: CCCC99;
scrollbar-darkshadow-color: 222222;
scrollbar-3dlight-color: CCCC99;
border: CCCC99;
font-family: arial;
font-size: 8pt;
color: 666666;
line-height: 10px;
padding-left: 3px;
padding-right: 3px;
cursor: crosshair;
text-align: justify;
}

table, tr, td {
background-color: 222222;
border: 2px;
}

table table table {
background-color: 222222;
}

table table table td {
background-color: 222222;
}

table table table table {
border: 0px;
}

table table table table td {
filter: none;
}

input, select, textarea, .textfield, .button {
font-family: arial;
font-size: 8pt;
color: CCCC99;
border: CCCC99 1px solid;
background-color: gainsboro;
text-align: justify;
padding-left: 3px;
padding-right: 3px;
}

td, span, div, a, font, p{
font-family: arial;
font-size: 8pt;
color: 666666;
font-weight: normal;
line-height: 10px;
}

td, span, a, font {
text-align: justify;
}

.text {
font-family: arial;
font-size: 8pt;
color: 666666;
font-weight: normal;
text-align: justify;
line-height: 10px
}

b, strong, .btext {
font-family: arial;
font-size: 8pt;
color: CCCC99;
font-weight: bold;
text-align: justify;
}

i, em, .itext {
font-family: arial;
font-size: 8pt;
color: CCCC99;
text-align: justify;
}

u, s, .stext, .sbtext, .swtext {
font-family: arial;
font-size: 8pt;
color: 333333;
text-align: justify;
}

.bwtext, .rtext, .rbtext, .subhead{
font-family: arial;
color: CCCC99;
font-size: 8pt;
font-weight: bold;
text-align: justify;
}

.head11, .text11{
font-family: arial;
color: 666666;
font-size: 8pt;
}

.redbtext, .redtext {
font-family: arial;
font-size: 8pt;
color: CCCC99;
}

.orangetext15 {
display: none;
}

.lightbluetext8 {
font-family: arial;
text-transform: uppercase;
font-size: 8pt;
color: CCCC99;
border: CCCC99 1px solid;
font-weight: bold;
text-align: center;
width: 100%;
}

.blacktext12 {
display: none;
}

.whitetext12 {
font-family: arial;
text-transform: uppercase;
font-size: 8pt;
color: CCCC99;
font-weight: bold;
background-color: gainsboro;
text-align: center;
width: 100%;
}

.nametext, .blacktext10 {
font-family: arial;
text-transform: uppercase;
font-size: 8pt;
font-weight: bold;
background-color: CCCC99;
color: CCCC99;
line-height: 9pt;
padding-left: 2px;
padding-right: 2px;
width: 100%;
text-align: center;
}

a, a:link, a:active, a:visited, a.readmail, a.readmail:link, a.readmail:active, a.readmail:visited, a.redlink, a.redlink:link, a.redlink:active,

a.redlink:visited, a.man {
font-family: arial;
font-size: 8pt;
color: CCCC99;
text-decoration: none;
font-weight: normal;
cursor: crosshair;
}

a.navbar, a.navbar:link, a.navbar:active, a.navbar:visited {
font-family: arial;
font-size: 8pt;
color: CCCC99;
text-decoration: none;
font-weight: normal;
cursor: crosshair;
text-align: center;
}

a:hover, a.readmail:hover, a.redlink:hover {
font-family: arial;
font-size: 8pt;
color: CCCC99;
background-color: 222222;
text-decoration: none;
cursor: ne-resize;
}

a.navbar:hover{
font-family: arial;
font-size: 8pt;
color: CCCC99;
background-color: 222222;
text-decoration: none;
font-weight: normal;
cursor: ne-resize;
}

a:link img, a:visited img {
filter: ;
cursor: crosshair;
}

a:hover img {
filter: none;
cursor: ne-resize;
}

table.grey, tr.grey, td.grey{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.white, tr.white, td.white{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.accent_light, tr.accent_light,
td.accent_light{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.accent_dark, tr.accent_dark,
td.accent_dark{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.action, tr.action, td.action{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.blue_light, tr.blue_light,
td.blue_light{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
table.blue_dark, tr.blue_dark, td.blue_dark{font-family:arial;
font-size:8pt;background: transparent;border:CCCC99 0px solid;}
</style>
 
*This Confession*
post Apr 12 2006, 04:47 PM
Post #2





Guest






CODE
<style type="text/css">

table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image: url("BACKGROUND HERE");
    background-attachment:fixed;
    background-repeat: repeat;
    background-position:bottom left;
    background-color:BACKGROUND COLOR; }


table table { border: 0px }
table table table table{border:0px}
table table table {
border-style:solid;
border-width:1px;
border-color:TABLE BORDER COLOR;
background-color:TABLE BACKGROUND COLOR;}
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: