Hi, Im really new to the forum building world and need a lil help
We have recently installed a fluid skin and we need to get the banner to stretch all the way accross.
here is the images:
I need this part to repeat accross the screen.
and here is the code used to insert them:
In Header in Edit Templates:
Code:
<tr>
<td align="left" width="415">
<a href="$vboptions[homeurl]"><img src="$stylevar[imgdir_misc]/logol.png" border="0" alt="" /></a></td>
<td align="left" width="18">
<a href="$vboptions[homeurl]"><img src="$stylevar[imgdir_misc]/logobg.png" border="0" alt="" /></a></td>
<td align="left" width="125">
<a href="$vboptions[homeurl]"><img src="$stylevar[imgdir_misc]/logor.png" border="0" alt="" /></a></td>
<td align="left" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
looking around, I found a custom CSS code that was not tested but assumed to work but surprize surprize, it never:
The bottom of the bottom box in Main CSS:
Code:
.header {
background: #000 url('http://www.pesvirtualsuperstar.co.uk/forum/smoothred/misc/logobg.png') repeat-x;
height: 153px;
width: 100%;
}
any help would be greatly appreciated