Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Line across product name - why?


kaitlyn_nyc

Recommended Posts

After putting in some products, I checked the catalog but there is a line that crosses the beginning of the products' name (my text is green, the line is white).

 

I tried making the names shorter and changing the font in the css sheet to no avail.

 

How do I get rid of this?

 

Click here to view site

 

Thanks for your help.

 

Kaitlyn

Link to comment
Share on other sites

Hi Katlyin

 

The problem is in your stylesheet.

 

If you've ever any problems alwasy check your source code!!

 

            <td class="pageHeading" valign="top">Garden Delights<br><span class="smallText">[GR142]</span></td>

 

The above is the source code taken from where the fault is.

 

if you check your style sheet you'll find the following

TD.smallText, SPAN.smallText, P.smallText {
font-size: 10px;
padding: 5px;
spacing: 7px;
border-color: #ffffff;
border-style: solid;
border-width: 3px;
}

 

Your span had a nice white border !!

 

Hope this helps

 

PhilipH

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...