I want to know where in the header code I can place ads to the top right, over the Welcome, Member.
This is the code I want in & I want it to display 468x60. I know it can display 468px width but the height does not work so good, it diplay around 90px height instead of 60px height?
Code:
<tr>
<td class="$getbgrow" width="100%">
<MARQUEE behavior= "scroll" align= "center" direction= "up" height="60" scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<!-- Begin Links -->
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<br><a href="</a>
<!-- End Links -->
</center>
</Marquee>
</td>
</tr>
How u like that I answered my own question :ermm:
Code:
http://www.vbulletin.com/forum/showthread.php?t=140497