Changing the font of a hyperlink

S

SkrtNHeels

I've searched high and low but can't locate the code necessary to adjust the
"back to top" code below so that it displays in Arial instead of Times New
Roman. I know this is probably very basic stuff and I apologize for the
question.

<a href="#top">back to top</a>

Kathy
 
D

DavidF

Try this:

<p><font face="Arial" size="2">
<A HREF="#TOP">Top of Page >></A>

"size" also sets the font size.

DavidF
 
D

DavidF

Thanks. I really shouldn't be offering advice about html coding ;-) I know
just enough to be dangerous.

DavidF

David Bartosik said:
Don't forget the closing font tag and the close paragraph tag.

Though unless a paragraph break is desired they should just set the font
outside the href-

<font face="Arial">
<a href="#top">test</a>
</font>

In the future I'd recommend customers use http://www.htmlgoodies.com for an
html code reference.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com

DavidF said:
Try this:

<p><font face="Arial" size="2">
<A HREF="#TOP">Top of Page >></A>

"size" also sets the font size.

DavidF

adjust
the
 
S

SkrtNHeels

Thanks to both of your for your help. Now, please help me with one more
thing. My computer ran amock this afternoon and I would up with four new
postings all on this same subject. Please delete them for me so as not to
annoy people.

Thank you so much!!!

K

DavidF said:
Thanks. I really shouldn't be offering advice about html coding ;-) I know
just enough to be dangerous.

DavidF

David Bartosik said:
Don't forget the closing font tag and the close paragraph tag.

Though unless a paragraph break is desired they should just set the font
outside the href-

<font face="Arial">
<a href="#top">test</a>
</font>

In the future I'd recommend customers use http://www.htmlgoodies.com for an
html code reference.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com

DavidF said:
Try this:

<p><font face="Arial" size="2">
<A HREF="#TOP">Top of Page >></A>

"size" also sets the font size.

DavidF

I've searched high and low but can't locate the code necessary to adjust
the
"back to top" code below so that it displays in Arial instead of Times
New
Roman. I know this is probably very basic stuff and I apologize for the
question.

<a href="#top">back to top</a>

Kathy
 

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