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

i want to make a text in dreamweaver a link. This makes an underline on that text. Is there a way to get rid of this underline?? Thanks!!

2007-03-11 10:10:46 · 10 answers · asked by elle66 1 in Computers & Internet Programming & Design

10 answers

Go to "tools" on page
Click on "internet options"
Click on "advance" tab
Scroll down to "underline & links" and check NEVER

2007-03-11 10:17:43 · answer #1 · answered by Ellie 4 · 0 1

well, i believe that if you do an Text In HTML Should Give You Just A Link With Out The Blue Color, And Without The Underline... In Dreamweaver (I Think) Jilight The Text, Click The Underline Text Button, then click it it again, and format your colors ect... That Might Work...

2007-03-11 10:16:04 · answer #2 · answered by Amrit S. 2 · 0 1

This is a stryle attribute. In your CSS you should set the style for text decoration to none. example would be:

body {
font-family:Arial;
font-size:15px;
color:#000000;
text-decoration:none; }

or if you don't code in the properties editor, click on the page properties tab and then go links. From the links section you will be able to set style for links, color, bold, underline whatever. Hope this helps.

2007-03-11 10:26:49 · answer #3 · answered by iamagenuis 1 · 1 0

Underlining isn't a border. it rather is dealt with with the "text textile-ornament" CSS sources. Set that to "none" on your links and the underlining will bypass away. as an occasion, right here CSS will strip the underlining from all links on your website: a { text textile-ornament: none; }

2016-10-01 23:07:20 · answer #4 · answered by ? 4 · 0 0

Browsers most often add the underline to links automaticly even if its not specified by the page.

You can use java to make the page work the exact way you want if you wish.

2007-03-11 10:15:21 · answer #5 · answered by profit0004 5 · 0 2

When it is a link .... it will contain an underline :p

hehehe can`t get rid of it !

2007-03-11 10:13:52 · answer #6 · answered by Rohan 2 · 0 2

I have programmed in a while, but if I remember correctly that line is a setting on the local computer.

2007-03-11 10:13:36 · answer #7 · answered by Anonymous · 0 1

Click Here

2007-03-11 10:15:10 · answer #8 · answered by Art Student 2 · 1 1

ya, right click on the link and click on remove hyperlink. it should work.

2007-03-11 10:15:04 · answer #9 · answered by Suzy J 2 · 0 2

See http://www.pageresource.com/html/link3.htm - if you don't want to mess with your code, then I don't know.

2007-03-11 10:15:50 · answer #10 · answered by Erin 2 · 0 1

fedest.com, questions and answers