Site Banner

Massive Damage

New Member
I need to know what I am doing wrong I am trying to get things set so if a memeber of my forums clicks on the site banner it takes them back to the mainpage of the forum.I have tried replaceing one of the image urls in the code with the forum url and it didn't work here's the code can some one please tell me how I am supposed to set this up?

HTML:
<center><a href=your image url here/ETWD.png/"><img src="your inage url here/ETWD.png"/></a></center>
 
HTML:
<div align="center"><a href="YOUR FORUM MAINPAGE"><img src="YOUR IMAGE URL HERE" alt="TEXT DESCRIBING THE IMAGE"></a></div>
 
either Hoxxy's either my(reedited) should, cuz before, Hoxxy placed that string into a HTML code, and since i had [B']olded the words you need to edit, they stayed there =/

Try Hoxxy's or mine. any should work.
 
I tried both of your suggestions and still no go.So I am going to post the code I want to change and what I changed it to so hopefully you guys will see what I am doing wrong

Original Code

<center><a href="http://titchpitch.com/imagehosting/uploads/3/ETWD.png/"><img src="http://titchpitch.com/imagehosting/uploads/3/ETWD.png"/></a></center>

Changed Code

<div align="center"><a href="wrestlingforum.info"><img src="http://titchpitch.com/imagehosting/uploads/3/ETWD.png alt="http://titchpitch.com/imagehosting/uploads/3/ETWD.png"></a></div>
 
Back
Top