Quote:
Originally Posted by ChaosBurnt
Okay, I think the problem is the use of the secondary div, which struck me as superfluous when I used it, but the day had been a long one, you know how it is. Finding the source of problems once the skin is finished is not so easy, but the secondary div still makes no sense to me, so let's try this.
Find this:
Code:
<div id="logo_block">
<div class="logo-l"></div>
<div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div>
<div class="logo-r"></div>
</div>
Replace with this:
Code:
<div id="logo_block">
<div class="logo-l"></div>
<div class="logo-m" style="text-align: center;"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div>
<div class="logo-r"></div>
</div>
Let me know how it goes 
|
It seems to create the same problem as before