PDA

View Full Version : Footer banner only centered in forumhome


mdonnelson
09-28-2008, 12:58 AM
In the footer template, I added code that looks something like this:



$ad_location[ad_footer_start]
<td align="center"><img src="http://domainname.com/forums/images/dark_vb/misc/imagename.png">
<br />



It centers in the forumhome, but when you enter a thread, it's no longer centered. What do I need to do here?

SEOvB
09-28-2008, 01:16 AM
Fix the coding errors on your other pages

also
<td><div align="center">img code</div></td>

may work for the time being.