PDA

View Full Version : Footer customization


istra
07-14-2004, 08:40 AM
Subduck,

I've used the small field provided in the control panel to include some HTML in my footer. One problem I'm having is that on my phpBB pages an image I've added in the footer keeps coming up with a border around it!???! I've put border="0" everywhere in that thing I can think to put it, but the border still pops up, and only on the phpBB pages... is this some default behavior for an image in the footer on the forum skins? You can check out the normal footer on the homepage here (http://www.cambridgewelcomingministries.org/), and the messed up footer on the forum page here (http://www.cambridgewelcomingministries.org/phpBB2/index.php)

This seems to be happening in both Mozilla and IE on a PC. Oh, and a feature request for an upcoming version would be a larger field for footer customization in the control panel!

Thanks! :D

Ziad
07-15-2004, 08:53 PM
Change this:


<a href="http://www.umc.org"><img src="http://www.cambridgewelcomingministries.org/images/umclogo.gif" alt="UMC logo"></a>


to this:


<a href="http://www.umc.org"><img src="http://www.cambridgewelcomingministries.org/images/umclogo.gif" border="0" alt="UMC logo"></a>


Make sure to reskin the forum after doing that.

istra
07-16-2004, 03:14 PM
Am I missing the difference between the above two code lines? :confused:

Ziad
07-16-2004, 03:25 PM
Sorry about that, please read the first post again.