PDA

View Full Version : Links underlined and not underlined?


davidrosso
01-28-2008, 01:27 AM
Why is it that on some pages I design the text links are UNDERLINED and on other pages I make they are not??

I'm assuming its a different setting somewhere in the different templates I used to make each page??

The two sites in my signature are an example of pages with the links NOT underlined (which is the way I like it) and this site here...
http://akhs1986.djrwebdesign.com/ is an example of one where the links are underlined.

jefito
01-28-2008, 05:29 PM
If you insert "plain text" you can have links without underlines. You can also have links without underlines using "Rich text" as long as you don't select a portion of the wording. However, if you want links without underlines throughout, whether you've selected portions of wording or not, go under the "tools" menu and choose "styles".

In the upper left drop-down menu, choose "document".

Then, on the right, choose "Links".

The code to remove underlines is:

Custom CSS: text-decoration :none;

wbdesigner
01-28-2008, 08:45 PM
under styles then documents I don't have links. I can add links is that what you mean?
Patti

jefito
01-28-2008, 10:42 PM
In the styles box, click the "edit" button in the top right corner. In the next box, click "modify". You can choose the "add links" option, then on the left hand side, begin selecting the link styles.You can set the styles and colors of the hover, active, and visited links.

I would recommend creating a separate 2-page document, create some links, and practice with it first so you get comfortable with it.

wbdesigner
01-28-2008, 11:15 PM
I made a new document and I see links as you describe, but in my main web site there are no links in the page style. is this because it was originally made in ver 4? I now have ver 7.
Patti

jefito
01-28-2008, 11:48 PM
I hope I understand what you're asking. It won't display a literal link on your site, it just changes the global style of all the links.

This won't show any actual links. What it does is change the style. For example, if you choose <A hover>, it will change all the links in your document to what you set it to.

You can also import a site too.

wbdesigner
01-29-2008, 12:21 AM
I have links on my site but they are all underlined and I wish they weren't. but when I go the page style menu under documents I only have normal there isn't a link catagory. under global style I have some heading styles but again no link style.
Patti

jefito
01-29-2008, 12:44 AM
Okay, all you have to do is click the "add links" button. After you do that, in the scroll area to the left are link types. Click on "modify" then double-click in each field that you want to edit.

Second from the bottom in the "modify" menu is a field that says: Custom CSS.

Make sure it is set to: text-decoration: none; It's actually quite easy.

wbdesigner
01-29-2008, 01:34 AM
Thanks it worked!
Patti :D

Dean Voss
01-29-2008, 11:14 PM
Is there a way I can make my text links with no underline (which I know... the answer is provided here) BUT, have them show an underline when the cursor moves over the links? Then if the cursor moves away the underline vanishes again?

If this is not a good example... chack out the links at the bottom of this Jaguar USA page:

http://www.jaguarusa.com/us/en/pre_owned/highlights/highlights/introduction.htm

That's the effect Im going for. Any ideas?

Why is it that on some pages I design the text links are UNDERLINED and on other pages I make they are not??

I'm assuming its a different setting somewhere in the different templates I used to make each page??

The two sites in my signature are an example of pages with the links NOT underlined (which is the way I like it) and this site here...
http://akhs1986.djrwebdesign.com/ is an example of one where the links are underlined.

wbdesigner
01-30-2008, 01:01 AM
I can answer that one.
In the same text style area there is a <A:hover>
set custom css to text-decoration :underline;

Any body have what the syntax would be to do other things like blink or anything

davidrosso
01-30-2008, 11:33 AM
Thanks for your help, your suggestions worked for me. Thanks again.

David

If you insert "plain text" you can have links without underlines. You can also have links without underlines using "Rich text" as long as you don't select a portion of the wording. However, if you want links without underlines throughout, whether you've selected portions of wording or not, go under the "tools" menu and choose "styles".

In the upper left drop-down menu, choose "document".

Then, on the right, choose "Links".

The code to remove underlines is:

Custom CSS: text-decoration :none;