PDA

View Full Version : Linking template image to website


hostertag
10-05-2006, 02:02 PM
Is it possible to have an image from a custom template set up to link to an outside website?

Specifically a logo in this case.

Thanks!

lwyau
10-05-2006, 02:35 PM
This is not different from any regular html coding:

<a href="http://www.oustide.com" target="_blank"><img src=...></a>

hostertag
10-05-2006, 03:03 PM
Ok, thanks. I thought I'd read somewhere that you could not code links into the actual template (uneditable) images.

Thanks for your help.

lwyau
10-05-2006, 04:14 PM
Templates are full-fledged html with special Soho #-tags in it.