PDA


View Full Version : Linked image in module


Beller
05-24-2007, 09:58 PM
I am trying to place an image (with a link) into a module using something like

<a href="http://www.linktosite.com"><img src="http://www.imagelocation.com/image.jpg" alt="Banner2" width="468" height="60" border="0" /></a>

Do I need to wrap some code around this?:confused:

Beller
05-25-2007, 12:45 PM
Anyone???

Brian
05-25-2007, 01:07 PM
Please see our forum rules (http://www.vbadvanced.com/forum/announcement.php?f=139&a=2) regarding bumping threads.

Your code looks fine, though you will need to wrap this around it if you're using the module wrapper template for that module.

<tr>
<td class="$bgclass">

Your code here

</td>
</tr>

Beller
05-25-2007, 07:22 PM
Sorry Brian Thanks