The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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> 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%;
}
|
|
#2
|
|||
|
|||
|
Code:
<div style="background: url('$stylevar[imgdir_misc]/logobg.png'); width: 100%; height: 185px;">
<img src="$stylevar[imgdir_misc]/logol.png" style="float: left" />
<img src="$stylevar[imgdir_misc]/logor.png" style="float: right" />
</div>
|
|
#3
|
|||
|
|||
|
that worked a charm, thanks for helping
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|