Jump to content

Recommended Posts

Posted

I'm not real good at this so if you choose to answer this take it easy on me.

I'm trying to do a sidebar listing. I'm trying to link to my other pages HOME, SERVICES etc.

But when I use hyperlink in my insert bar it changes the style of the type.

I can't find where to change the styles attached to the hyperlink button.

Posted

If you are talking about the "link" text or a button (Linking text being underlined or a graphic button being outlined.)

 

And if you are using CSS to style your pages then;

 

1) Use text-decoration: none; (For a text-link)

2) border: none; (for a graphics link)

 

In the case of the image-link, you can also use border="0" in an image attribute in an href call like so;

 

buttonimage.gif

 

Hope I am interpreting your question correctly.

 

Alfie

Posted

Thanks for the reply.

I'll try what you suggested.

To clarify; I'm trying to link my pages; I don't know if that how you do it or not

in the end once you get it to the browser; which I don't know how to do yet.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...