Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hppertext links in product description box


Guest

Recommended Posts

Posted

Hi

 

I noticed that links I put into the product description boxes are formatted with the default font and do not show up as links unless you rollover them. You can see what I mean here:

 

My Webpage with invisible links

 

What do I have to adjust in stylesheet.css to ensure that links have the customary blue with underline formatting? Anything else is an insult to Tim Berners-Lee (now Sir Tim);-}

 

I understand that i can set the forn individually for each link, but I would prefer a full fix.

 

Cheers

 

Tim

Posted

Hi fahyt,

 

For your question, simply remove the following lines from stylesheet.css and it'll be as customary as ever:

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: #AABBDD;

text-decoration: underline;

}

 

Hope this helps... :)

Posted

Hi Patrick,

 

does this not also affect the links in the info boxes

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Hi 241,

 

You are right! This will affect all links, even the info boxes.

 

Since fahyt prefers to honor the standard set by Tim Berners-Lee, I assume he will also prefer to have all links formatted in the customary blue with underline format. As he says anything else is an insult to Tim Berners-Lee. :P

Posted

Thanks colleagues

 

I had a go and the profusion of blue nearly blinded me - even Sir Tim would have baulked at the sight.

 

So I have retained the standard osC formating but allowed the underline to make a comeback for the time being.

 

Thanks very much for putting me on the right track.

 

Cheers

 

Tim

Archived

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

×
×
  • Create New...