Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS issues with STS


arthouse

Recommended Posts

Posted

Hi all,

 

First off, thanks to the osC team for a great scaleable product. Seriously. I'm working on a client's site and when he told me "yeah, we have a shopping cart that the host gave us," I cringed. But it has turned out to be very logical and generally a pleasant (learning) experience.

 

Here's the "help me" part: I've gone through and edited the stylesheets, multiple PHP files, etc, etc, to get the Catalog to look roughly how I want it, using the Simple STS, but now it looks like it?s not referencing the osC stylesheet.css file. The infobox headers, etc, have all been manipulated in the CSS, but they won't render now...however the CSS that drives the rest of the site shows up.

 

Here?s the catalog: http://ruppaerial.com/catalog/product_info.php

 

I?m sure it?s an easy fix, but I?ve been looking at PHP all night and for a non-programmer it?s a little much. :blink: I need a fresh set of eyes.

 

Any help would be appreciated.

 

Thanks,

 

A

Posted

It's looking in the wrong place for the stylesheet! You have:

 

<link href="../stylesheet.css" type="text/css" rel="stylesheet" media="all" />

 

It should be:

 

<link href="stylesheet.css" type="text/css" rel="stylesheet" media="all" />

Posted

Huh? Sorry, I've been up all night trying to plug this baby in.

 

The products and images from the store show up, but just not the styles. The blue backgrounds on the info boxes aren't showing up, even though their corners are, the fonts are all Times and should be referencing the Helvetica in th CSS, that type of weirdness is what I'm struggling with.

 

Thanks,

 

A

Posted

Wow. you're right...just pointing to a CSS file that isn't there. I knew it was something like that.

 

Now I get to figure out which stylyes are fighting with which and I'll be in good shape.

 

Thanks your the assistance.

 

A

Archived

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

×
×
  • Create New...