Nicer looking navigation buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you recommend a direction to take for better looking navigation bars. When I just write in the text and create hyperlinks is there any way to make them not underlined to look like hypertext? Thanks.
 
Use a style tag to remove the underlines.
Place this between the head tags.

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


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

MFogel said:
Can you recommend a direction to take for better looking navigation bars.
When I just write in the text and create hyperlinks is there any way to make
them not underlined to look like hypertext? Thanks.
 

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

Back
Top