Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

confusion with stylesheet


ollyno1uk2

Recommended Posts

Posted

I am confused with the stylesheet.css

 

On my page http://www.jbosolutions.co.uk/links.php I want to change teh link colour so it stands out a little clearer. I do not want my other pages to be affected though.

 

All the links are part of a table so, I thought all i had to do was add this

 

A.links {

color: #0000FF;

}

 

Then in the table properties of the link page add class="links" in the table tag.

 

This did nothing at all

 

So I guess I must be doing something incorrectly here.

 

Any advice would be appreciated

Posted

What I would do, is instead of using your stylesheet, find the code that has the link tags ( <a href=blahblah blah) and just before the end of the opening tag,

add style="color:#0000FF">. That should change all of your links to a blue color.

 

 

I am confused with the stylesheet.css

 

On my page http://www.jbosolutions.co.uk/links.php I want to change teh link colour so it stands out a little clearer. I do not want my other pages to be affected though.

 

All the links are part of a table so, I thought all i had to do was add this

 

A.links {

color: #0000FF;

}

 

Then in the table properties of the link page add class="links" in the table tag.

 

This did nothing at all

 

So I guess I must be doing something incorrectly here.

 

Any advice would be appreciated

  • 2 weeks later...
Posted

Hi thanks a lot

 

I was hoping to not add manual code by each link but if this is the only way then I will do so!

 

Thanks for your help!

Archived

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

×
×
  • Create New...