View Full Version : image link help


pbfourlife
08-16-2006, 05:19 PM
ok so im making a fourm and i made a new image for new topic but when i put in the link for the image it doesnt work i need to make it so if your in fourm 1 it makes a new topic on fourm 1 and 2 for 2 and so on

<a href=http://.invisionfree.com/index.php?act=Post&CODE=00&f=9><img src=http://tinypic.com"><img src=http://i8.tinypic.com/24pxi5s.jpg width=75 height=50 alt=new topic></a>

that is my pic and link...... please help

General MJ
08-16-2006, 05:22 PM
1) you dont nee to put <a href="....you can just put the link.
2) your link doesn't work

EDIT: http://www.invisionfree.com/index.php?act=Post&CODE=00&f=9 - Im trying it with www now

EDIT: brings to home page..unless thats your forum

WebBaka
08-16-2006, 06:53 PM
I'm not sure how to do what you're talking about, but there are a couple problems in your HTML.
It should be:
<a href="http://.invisionfree.com/index.php?act=Post&CODE=00&f=9"><img src="http://i8.tinypic.com/24pxi5s.jpg" width="75" height="50" alt="new topic"></a>