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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...