Quote:
Originally Posted by ScottishScoobie
How ? would have been good, having the same issue myself. would prefer it centre rather than left.  :up:
|
I can't remember now but looking back at the files, it looks like I've changed (in FORUMDISPLAY) this:
Code:
<img src="{vb:raw foruminfo.sponsor_banner_big}" border="0" />
to this:
Code:
<div align="center"><img src="{vb:raw foruminfo.sponsor_banner_big}" border="0" /></div>
I also appear to have put div tags around this:
Code:
<div><img src="{vb:raw foruminfo.sponsor_banner}" border="0" /></div>
Hope that helps?