Jump to content

Help with Navigation Lettering


Somebody

Recommended Posts

I've been trying to find out how to make a navigation bar for a while. So all of a sudden a new friend of mine mails me a navigation code she just learned to use:

 

< a href= "Adopts" > linkhere < / a>

 

< a name= "Adopts" >

 

 

 

 

But it crosses the text out, and I want to stop it from doing so. Is there any way to make this code stop crossing the navigation text out?

Link to comment
Share on other sites

Assuming you mean text is showing like this linkhere then somewhere in the code you probably have

text-decoration: line-through;

assocaited with the link tag in your style sheet. A seperate style for the navigation bar would solve this, but Xepha is right to suggest you let us see the code to be sure and then a solution should be pretty easy.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...