Quote:
Originally Posted by Xerosis
how can i put in this position ?

|
You need to edit the header template and and the banner placeholder there. It will look something like this:
Admin CPO -> Styles & Templates ->Style Manager -> {your style} -> Common Templates
FIND vBulletin ad locations which don't work properly:
PHP Code:
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
ADD AFTER:
PHP Code:
<br />
<!--@vbbanners:0@-->
<br />
or alternatively, to put the banner at the top:
FIND:
PHP Code:
<div id="toplinks" class="toplinks">
ADD AFFTER:
PHP Code:
<br />
<!--@vbbanners:0@-->
<br />
Youi may need to play a bit to find the right location for your header and you may need to add align right to get the placement correct.