Quote:
Originally Posted by sunnycher
Where exactly would I put this?
and I noticed in FF, it's right on top of the convention baner but in IEit's not, they are seperated.
This code here would seperate it in FF? and not be on top of each other right? Will it affect IE?
|
First, change this:
Code:
<td align="center">
<BR>
<a href="http://www.acilab.com" target="_blank" class="banner"><img src="images/LGP/aci.gif" border=0></a>
<BR>
<a href="http://www.lgpphotographers.com/convention/convention.htm"><img src="./images/convention.jpg" align="center" border="0"></a></p></td>
</tr>
</table>
Into this:
Code:
<td align="center" valign="middle">
<p>
<a href="http://www.acilab.com" target="_blank" class="banner"><img src="images/LGP/aci.gif" border=0></a>
</p>
<a href="http://www.lgpphotographers.com/convention/convention.htm"><img src="./images/convention.jpg" align="center" border="0"></a></p></td>
</tr>
</table>
Secondly:
The $GLOBALS[banneradstwo], are to be put where ever you want it on your forum, just find the template you want it in (etc. footer) and put it there. Fine adjustments such as placements and such, are all up to you.