1
I have been altering the theme and everything has been working so far, but I added my banner and logo and have been trying to get the banner to not repeat. Tried altering the 'td#headerbanner'. Can anyone help?
Here is the site:
http://www.homedesignsense.com/xoops--------------------------------------------------------
Here are the css changes:
}
#headerlogo {
color: inherit;
background: #FFF url(images/header.jpg) top;
padding: 0px; 0 0 0;
}
td#headerbanner {
width: 110%;
horizontal-align: right;
text-align: right;
color: inherit;
padding: 0px; 0px 0 0;
background: #FFF url(images/header.jpg) top;
}
#headerbar {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding: 3px;
font-size: 90%;
background: url(images/hbar.gif) repeat-x top;
}