Quote:
Originally Posted by stinger2
is there a way to make the text written under the banner?? instead of above it.....i think it will be better alignment with the main forum text
rgds
|
All you need to do is move the relevent line of code
Code:
<!-- Ad Banner Start -->
<table align="right" width="15%" border="0">
<div align="center" valign="top" valign="top">
<if condition="$forum['fh_banner']"><a href="http://$forum[fh_url]" target="_blank"><img src="images/fhbanner/$forum[fh_banner]" alt="$forum[fh_url]" border="0" /><br><font size="1">$forum[fh_text]</font></a></div></if></table>
<!-- Ad Banner end -->
Hope that helps?