Hi, Im looking to make an image with an email link on it how can i do this in bb code? I have looked on php user guide but it didnt work! And how can i make it in HTML as well
Almost, Jell. There's no end img tag. <a href="site.com"><img src="img.jpg" alt="site.com" title="email site.com" /></a> Images are one of those weird tags that close themselves. Others like that include link, input, and meta. I added the title for extra accessibility, since what would be text is replaced with an image.
Ok so like this <a href="http://photobucket.com" target="_blank"><img src="http://i139.photobucket.com/albums/q308/zenicman1/RichardPaul-Logo-edittry2.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a> Then what