I understand how to use the Code Fragment Insert to create a link with text,
but, if anyone could provide me with a code to access the code with an icon.
For instance, I wish to you have an icon, once clicked open a new window to
download a form on my site. The alternative is:
<a target="_blank" href="http://www.mywebsite/mydocument.doc">.</a>
As you can see, the "." is what is used to activate the link. I can hide
this inside an icon, but that's just sloppy. Any help?
Thanks in advance.
David Bartosik - 05 Oct 2005 20:31 GMT
If you want an image instead of text then you have to add an image tag in
place of the text. The syntax for an image tag you can see in my article
http://www.publishermvps.com/Default.aspx?tabid=84 - or visit an html
tutorial site like htmlgoodies.com

Signature
David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com
> I understand how to use the Code Fragment Insert to create a link with text,
> but, if anyone could provide me with a code to access the code with an icon.
[quoted text clipped - 6 lines]
>
> Thanks in advance.
Pablo - 05 Oct 2005 20:42 GMT
You're too good. Thanks.
> If you want an image instead of text then you have to add an image tag in
> place of the text. The syntax for an image tag you can see in my article
[quoted text clipped - 11 lines]
> >
> > Thanks in advance.