ok, I have the content boxes about how I want them, but it screws up the rest of my site. How do I put a background color and the like in?
This is what I have as of right now.
This is in my custom stylesheet:.ctopleft { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) -5px top no-repeat; height:53px; width:47px; }
.ctoptile { background: url(http://farm4.static.flickr.com/3170/2997029286_d67b11fb82_o.gif) left top repeat-x; height:53px; }
.ctopright { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) -52px top no-repeat; height:53px; width:47px; }
.clefttile { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) left top repeat-y; width:5px; }
.crighttile { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) right top repeat-y; width:5px; }
.cbottomleft { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) -5px -53px no-repeat; height:15px; width:15px; }
.cbottomtile { background: url(http://farm4.static.flickr.com/3170/2997029286_d67b11fb82_o.gif) left -53px repeat-x; height:15px; }
.cbottomright { background: url(http://farm4.static.flickr.com/3068/2965798622_7e5f274670_o.jpg) -20px -53px no-repeat; height:15px; width:15px; }
.ltopleft, .rtopleft { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) -2px top no-repeat; height:55px; width:16px; }
.ltoptile, .rtoptile { background: url(http://farm4.static.flickr.com/3170/2997029286_d67b11fb82_o.gif) left -68px repeat-x; height:55px; }
.ltopright, .rtopright { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) -18px top no-repeat; height:55px; width:16px; }
.llefttile, .rlefttile { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) left top repeat-y; width:2px; }
.lrighttile, .rrighttile { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) right top repeat-y; width:2px; }
.lbottomleft, .rbottomleft { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) -2px -55px no-repeat; height:21px; width:16px; }
.lbottomtile, .rbottomtile { background: url(http://farm4.static.flickr.com/3170/2997029286_d67b11fb82_o.gif) left -123px repeat-x; height:21px; }
.lbottomright, .rbottomright { background: url(http://farm4.static.flickr.com/3064/2932151079_b83b38074d_o.gif) -18px -55px no-repeat; height:21px; width:16px; }
table.TabBar {
background: #000000;
border: 0px;
margin: 0px;
padding: 0px;
width:100px;
margin-left:auto;
margin-right:auto;
}
.SelectedTab a {
color: #ffffff !important;
}
.UnSelectedTabMo a {
color: #ffcc00 !important;
}
.SelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left top no-repeat;
font-weight: bold;
text-align: center;
height: 42px;
width: 125px;
padding: 14px 0px 0px 0px;
border: 0px;
}
.UnSelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left -42px no-repeat;
font-weight: bold;
text-align: center;
width: 125px;
height: 42px;
padding: 14px 0px 0px 0px;
border: 0px;
}
.UnSelectedTabMo {
color: #eeeeee;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left bottom no-repeat;
font-weight: bold;
text-decoration: none;
text-align: center;
width: 125px;
height: 42px;
padding: 14px 0px 0px 0px;
border: 0px;
}
/* html>body added for non-IE styling */
html>body .SelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left top no-repeat;
font-weight: bold;
text-align: center;
height: 28px;
width: 125px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left -42px no-repeat;
font-weight: bold;
text-align: center;
height: 28px;
width: 125px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTabMo {
color: #eeeeee;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton2.gif) left bottom no-repeat;
font-weight: bold;
text-decoration: none;
text-align: center;
height: 28px;
width: 125px;
padding: 14px 0px 0px 0px;
border: 0px;
}
And this is what is in all of my content boxes:<table class="ContentBox" border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="ltopleft"></td>
<td class="ltoptile"><div class="ContentBoxTitle">$block[title] </div></td>
<td class="ltopright"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="llefttile"></td>
<td class="ContentBoxBody">$block[content] </td>
<td class="lrighttile"></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="lbottomleft"></td>
<td class="lbottomtile"> </td>
<td class="lbottomright"></td>
</tr>
</table>
</td></tr></table>
<br>
I know I am missing the code for page background and content box background. How do I insert that into what I already have?