PDA

View Full Version : Problems with banner


oberheimhaven
06-20-2006, 01:58 PM
Could soomeone please lend this rook a hand please Im putting up banner in my footrader I got everything in however, pic is not showing up, I put in images in my root forum and coded it accordingly

<div style="text-align:center;"><img <A Href="http://www.dreamhost.com/http://www.musiciansquarters.com/forums/image/468x60-e.gif" width="480" height="60" border="0" alt="Dreamhost - Dreamhost">

Any suggestions would be greatly appreciated!!
Thxs
M:rolleyes:

tgreer
06-20-2006, 02:30 PM
<div style="text-align:center;"><img <A Href="http://www.dreamhost.com/http://www.musiciansquarters.com/forums/image/468x60-e.gif" width="480" height="60" border="0" alt="Dreamhost - Dreamhost">

Should be:

<div style="text-align:center;">
<a href="http://www.dreamhost.com/" alt="">
<img src=http://www.musiciansquarters.com/forums/image/468x60-e.gif" width="480" height="60" border="0" alt="Dreamhost - Dreamhost">
</a>
</div>