Hi, im fuser and im trying to insert an image but the image wont show... is the code wrong? take a look: <a href="http://www.sc4m.com/categories.php?c=1" target="_blank> <img src="http://www.sc4m.com/templates/sc4m/images/1.png" border="0"> </a> Code (markup): I inserted it in the main.tpl of my directory Does anyone know what happened? Ive also tried with the {literal} {/literal} but still doesnt work.. if somebody can help, i will be very happy Thanks, fuser
<a href="http://www.sc4m.com/categories.php?c=1" target="_blank"> <img src="http://www.sc4m.com/templates/sc4m/images/1.png" border="0"> </a> Code (markup): You missed out a quote after "_blank."
thanks!! it worked...now, why is there a small space between each image? they where made to fit three images per line but now with that space only two fit.. can this be fixed? thanks again for the help! fuser
Awww, thanks fuser00! A much cleaner way to use your images is the following: <a href="http://www.sc4m.com/categories.php?c=1" target="_blank"><img src="http://www.sc4m.com/templates/sc4m/images/1.png" border="0"></a> Code (markup): It will help with compatibility in all web browsers.