Hyperlink text formatting

S

Sean Kerslake

FP 2000

Again, can I remove the underlining from the Hyperlink text? Migsee
suggested simply unformatting using the font settings - this does not govern
the hyperlink as far as I can see.

Cheers, Sean

--


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sean Kerslake
Dept. Design & Technology
Loughborough University
Loughborough
LE11 1RN

01509 228317
 
M

mzw7lm

Right click on the page in the Normal view and choose Page Properities..
Goto the Background tab and put a check next to "Enable hyperlink rollover
effects". Then click on the Rollover style... button and choose what you
want the hyperlink to look like when a user moves their mouse over your
hyperlink. If they do not move their mouse over the hyperlink it looks like
the rest of your text.

Bruce Jarrett-Norton
 
S

Sean Kerslake

Thanks for the introduction to the rollover effect Bruce - but how does this
relate to the underlining of the hyperlink text - I can see no option to
remove the underlining as the underlining is independent of the normal font
formatting?

Sean

--


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sean Kerslake
Dept. Design & Technology
Loughborough University
Loughborough
LE11 1RN

01509 228317
 
M

mzw7lm

Sorry try highlighting the hyperlinked word(s) in the normal view and press
ctrl-u.

Bruce
Also, if you want to change the color of the hyperlink go back to the Page
Properties and the background tab and in the bottom right you will see where
you can change the color options for the link..
 
S

Steve Easton

Place this in the head tags of the page.

<script type="text/css">
a.link {
text-decoration: none;
}
</script>

it will remove the underline from all links on the page.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top