Log in

View Full Version : link on image just showing image


K4GAP
05-04-2008, 06:08 PM
Man oh man, for some reason when I'm making a module now and placing links from images, the darn link just brings up the image and does not point to the site i'm linking too?

Whenever I view the source on the web site where I have the linked images... this is what it shows...

<a href="http://www.tntspecops.com/forums/group.php?" target="_blank"></a><a href="http://www.tntspecops.com/forums/images/social.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.tntspecops.com/forums/images/social.gif" alt="" style="max-width: 430px;" border="0"></a><br>
<br>
<a href="http://www.tntnetwork.net/" target="_blank"></a><a href="http://www.tntspecops.com/forums/images/tntnetwork.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.tntspecops.com/forums/images/tntnetwork.gif" alt="" style="max-width: 430px;" border="0"></a>

Lynne
05-04-2008, 07:30 PM
I don't understand your html. You have a link, with nothing to click on, so a blank 'nothing' link, then another link that links to an image and that is an image. What does your actual template look like?

K4GAP
05-04-2008, 07:40 PM
<a href="http://www.tntspecops.com/forums/arcade.php?" target="_blank"></a><a href="http://www.tntspecops.com/forums/images/arcades.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.tntspecops.com/forums/images/arcades.gif" alt="" style="max-width: 430px;" border="0"></a><br>
<br>
<a href="http://www.tntspecops.com/forums/group.php?" target="_blank"></a><a href="http://www.tntspecops.com/forums/images/social.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.tntspecops.com/forums/images/social.gif" alt="" style="max-width: 430px;" border="0"></a><br>
<br>
<a href="http://www.tntnetwork.net/" target="_blank"></a><a href="http://www.tntspecops.com/forums/images/tntnetwork.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.tntspecops.com/forums/images/tntnetwork.gif" alt="" style="max-width: 430px;" border="0"></a>

--------------- Added 1209933848 at 1209933848 ---------------

An after thought to this...

When I'm placing items in the editor I'm not seeing the code. Does this mean I'm using the wrong editor for making modules? I used to see the actual code now I'm seeing the actual image and no code.

--------------- Added 1209945199 at 1209945199 ---------------

Thanks for the help but I got the links to work by inserting good ol fashioned HTML and said to heck with the piece of an editor that vb uses.