English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

like for example on the site the links comes in blue font and an underline...does any1 knw the code to remove this thing.....it has to be html code.....

2007-02-23 00:43:40 · 4 answers · asked by rhyme_pj 1 in Computers & Internet Programming & Design

4 answers

At the top of your page, change link color into any color you wish.
Ex:
HTML code to get rid of the underline:
Click here

2007-02-23 01:00:27 · answer #1 · answered by lanisoderberg69 4 · 0 0

a { font-kinfolk: Arial, Helvetica, sans-serif; font-length: ninety%; font-weight: formidable; text cloth fabric-decoration: none; } you will ought to apply a sort sheet, the above is a default blue link, no underline. The underline gets taken out with the text cloth fabric decoration rule "none" in Dreamweaver click on regulate. Then internet web site homes, fill indoors the blanks and then click on links, you will see the underline type. pass with and your finished.

2016-12-14 03:50:23 · answer #2 · answered by Anonymous · 0 0

It can't be done using pure HTML, you have to use CSS. The simplest way to do it for all links in your page is this (put it in your element):



You can even style the different states of hyperlinks like this:


If you want to style individual hyperlinks, you can use inline CSS:

link

2007-02-23 00:56:00 · answer #3 · answered by GodBuster 5 · 0 0

it's actually done using css.

put this at the top of your page



link is normal. visited is self-explanatory. hover is the one the mouse is over. active is the clicked link. you can also use underline, strikethrough, bold, etc, instead of none depending on what you want.

2007-02-23 00:46:48 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers