Jump to content

Text shows hyperlink, don't want it, how do I change?


arrwyn

Recommended Posts

My center column is supposed to be static text but it is showing up as hyperlink. How do I get it back to static text? The hyperlink color doesn't work with my background color. It's supposed to be black text. There is an external css for all formatting. #maincontent { position:relative; float:left;}.leftbar, .centerbar, .rightbar { padding:6px; float:left; min-height:900px; /* min-height to keep columns even and filled in with background-color */}.centerbar {background-color:#65a0a5; /* lt. teal of palette */ width:512px; /* width = 524px - 12px padding */} The html has no formatting: <div class="centerbar"> <p>Welcome to Stardancer Enterprises. Our navigation bar shows we do a lot of different types of work, apparently unrelated, but rest assured the total dedication to each endeavor is our passion.</p> <p>Please go directly to the page in which you need assistance or, if you have a little time, browse through all the sections and get an idea of what Stardancer Enterprises is all about. You will find that each division relates to the others in our ultimate dedication to living well, being well, caring for our world and planet, and serving our customers.</p>

Link to comment
Share on other sites

You can easily change anchor text changing all anchor tags to have a color of black.a {color: #000000;} but that will also change all your other links.If you provide all your CSS, and all your code I can see where there is maybe a slip up to solve.

Link to comment
Share on other sites

May be this code is use full to you span.bbc_underline {text-decoration: none; if you want underline as hyperlink span.bbc_underline {text-decoration: underline !important; Use the code of css to highlight it as hyper link span.bbc_underline {cursor: pointer;text-decoration: none;

Link to comment
Share on other sites

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