Within SoftCart, you must use an absolute url when referencing style sheets or they will not load correctly.
For example, instead of the tag below:
<link href=”stylesheetname.css” rel=”stylesheet” title=”Index Styles”
type=”text/css”>
You should use a tag such as this:
<link href=”http://www.yourdomain.com/stylesheetname.css” rel=”stylesheet”
title=”Index Styles” type=”text/css”>