Quote:
Originally Posted by pewa
Don't know If this already has been mentioned but when guests visit my forum they see two Search buttons in the navbar
see picure.
And another question, where can I change the font size of the links in the Site Navigation?
Thanks!
|
Style xml file updated and fixed double search buttons so overwrite new xml file to old one
Quote:
Originally Posted by steve1966
Hi how can i centre the logo thanks
|
replied your pm and explaining in here;
open header template and find;
Code:
<td width="300"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" width="300" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></td>
<td width="670"><div class="afterlogo">Banner Or Announcements Here</div></td>
change with below;
Code:
<td width="100%"><center><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" width="300" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></center></td>