Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change links font color in header


blr044

Recommended Posts

I do understand the links font color is controlled in the stylesheet. I have links in the header and am trying to control the font color for these links. Really do not want to change header background. The way my header is designed, is I have a image background for the header which is splited into 7 pieces. The links is called using;

 

class="internallinksbox"

 

Even inserted the below in order to control the links font color in stylesheet:

 

internallinksbox.a {

color: #ffffff;

}

 

and also this:

 

a.internallinksbox {

color: #ffffff;

}

 

Did not really find anything using google. If you look here, the top link font color is controled in header.php. Would prefer to do in stylesheet if it is possible.

 

Any ideas?

 

thanks.

 

Bennett

Link to comment
Share on other sites

All I get at the link you posted is errors

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

You can set the color for a link link this:

 

<a style="color:blue;" href="page.php">Link text</a>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...