Quote:
Originally Posted by y2ksw
Maybe the div tag is defined in CSS in a way it will look weird on Safari
Sorry, it's just an idea. I have no real clue about HTML.
|
Thanks Giovanni ...
I even tried removing the <div> code and just leaving this as the only thing in the template:
<!--@vbbanners:0@-->
... and it still appears at the top of the forum instead of the bottom, overwriting the navbar area ...
Regards,
Doug
Edit: Problem fixed ....
Old template contents:
<div align="center"><!--@vbbanners:0@--></div>
New template contents:
<div align="center" class="block"><!--@vbbanners:0@--></div>
For some reason, Safari browsers on any platform including iPhones/iPads needs to see the code changed as shown in the New template.