TinyPortal

Development => Support => Topic started by: Mannie on July 06, 2007, 07:28:34 PM

Title: image in a html block
Post 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&amp;pos=2" target="_self"><img scr="http://art.spliffcanvas.com/plaatjes/imgweek/swan.jpg"> </a></center></div>
Title: Re: image in a html block
Post by: Nokonium on July 06, 2007, 07:40:04 PM
Try <img src="yourimage" add the <a href if you want it clickable
Title: Re: image in a html block
Post by: Mannie on July 06, 2007, 07:52:45 PM
thanks, got it working ok now