TinyPortal
Development => Support => Topic started by: Mannie on July 06, 2007, 07:28:34 PM
Hi,
i'm trying to link an image in a html block for a image of the week block. However nothing is showing up. Guess my code isn't good. Can anyone help me with that
right now i have this code
<div class="highlight2"><center><a href="http://art.spliffcanvas.net/cpg/displayimage.php?album=3&pos=2" target="_self"><img scr="http://art.spliffcanvas.com/plaatjes/imgweek/swan.jpg"> </a></center></div>
Try <img src="yourimage" add the <a href if you want it clickable
thanks, got it working ok now