HTML Code Frag

P

Pablo

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.
 
P

Pablo

You're too good. Thanks.

David Bartosik said:
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
--
David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com



Pablo said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top