Forum Moderators: open

Message Too Old, No Replies

Text link question?

         

goldengob

3:11 pm on Sep 12, 2005 (gmt 0)

10+ Year Member



When you add text to a web page, as soon as you link the text a line appears underneath. I have visited sites using text links without the line. Is this easy to write...? and can it be done using Dreamweaver MX?

Thanks

Angelis

3:21 pm on Sep 12, 2005 (gmt 0)

10+ Year Member



Open the help menu in dreamweaver and look for CSS style sheets, that is what you need to use to remove the underline.

There are many ways to do it so it would be a good idea to read through some of the threads in the CSS section of this website.

[webmasterworld.com...]

Bernard Marx

3:25 pm on Sep 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



a:link, a:visited
{
text-decoration: none;
}

[projectseven.com...]

goldengob

3:48 pm on Sep 12, 2005 (gmt 0)

10+ Year Member



Thanks guys as usual...you're awesome!