PDA

View Full Version : Adding a clickable jpeg under each subforum title


ButchB
02-28-2007, 09:44 PM
Could i place a jpeg logo or maybe even a jpeg that you can click on to go to the sponsors site for that subforum directly under the subforum name, like in the description area?

In forum manager, it has a box to add a description about the subforum. Is this where i would place the html for the jpeg?

How can I do this?

Thanks

Princeton
02-28-2007, 10:06 PM
you can add the image via the description; but, do a search (modifications forum) for "banner","advertisement" or "sponsor" ... you may find a few modifications that does this for you.

ButchB
02-28-2007, 10:44 PM
How do I add the jpeg? Whats the html code to make it show up? would it be
<img jpegurl img> or is there another way? I'll be adding this into the text box for the description of the subforum.

Princeton
03-01-2007, 12:59 AM
<img src="image url goes here" alt="" title="" width="XXX" height="XX" />

replace everything in bold

ButchB
03-01-2007, 12:41 PM
Works great! Thank you! Is there anyway to make the image that I added a clickable link that goes to the sponsors website?