Posted - 12/21/2017 : 09:31:28
In your html the reference is showing as ../zzz Getting rid of the .. in the browser shows me the css file content so editing your site pages to /zzz/css should do the trick
<link rel="stylesheet" type="text/css" href="../zzz/css/ectcart.css" /> <link href="../zzz/css/ectstyle.css" rel="stylesheet" type="text/css" /> <link href="../zzz/style.css" rel="stylesheet" type="text/css" /> <link href="../zzz/css/nav_styles.css" rel="stylesheet" type="text/css" />
Visiting view-source:http://noveltytrophies.com/zzz/css/style.css shows the css file content, the first few lines are below
/* ~~ This the css file for the Responsive Design of Virtual Lifestyle from Ecommerce Templates. The first section correponds to the maximum width version of 980 pixels ~~ */
@charset "utf-8"; body { font: 100%/1.5 Arial, serif; background: #eee; margin: 0; padding:0; color: #000; }
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; }
Steve
Bolton, Lancashire, United Kingdom.
Using ECT PHP versions since 2004
Edited by - 1818charlie on 12/21/2017 09:36:21
|