This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
html code

What href type code can I write to create a box with a hyperlink capability
and some text in it which is not underlined in the usual way. ?
That is, I know how to do this for an image. But how to do it for a box with writing inside. ? Thanks.

Re: html code

one way is to use the tag inline....wherever you want it to appear on page...

so using this code:

type your text link here..just add border=0 to the link html to not have blue border

produces this:

type your text link here..just add border=0 to the link html to not have blue border

you can change the values (after colon) to suit your needs....also this expands as you add more text..you can even add a background color...

using this code styled this box

using this code styled this box

you can also use text-decoration:none;

that get rid of underline