rande Posted July 7, 2009 Report Posted July 7, 2009 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.
rande Posted July 7, 2009 Author Report Posted July 7, 2009 I guess you don't use the hyperlink button, you just link to the page. That seems to work.
daddyalfie Posted July 7, 2009 Report Posted July 7, 2009 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; Hope I am interpreting your question correctly. Alfie
rande Posted July 7, 2009 Author Report Posted July 7, 2009 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.
quyen Posted July 7, 2009 Report Posted July 7, 2009 This is a example of hyperlink: home page | categories | contact us |
rande Posted July 7, 2009 Author Report Posted July 7, 2009 I see the tag or defaut it yet. I think I got it to work the way I wanted, by clearing it with none and then putting a style to it. Is that just the way its done? thanks for the responses
quyen Posted July 7, 2009 Report Posted July 7, 2009 "CSS is the acronym for: ?Cascading Style Sheets?. CSS is an extension to basic HTML that allows you to style your web pages." I think this is the best choice. I don't know if someone could think of something else check this out : http://www.csstutorial.net/introductionCSS.php
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now