Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stylesheet question


carlcheadle

Recommended Posts

Hi,

 

im am running a couple of tests for my site by changing the stylesheet.

 

to test this i have created an index2.php and a stylesheet2.css

 

they are both uploaded fully, i have changed the reference to the stylesheet

 

FROM

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

 

TO

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

 

the changes i have made to the stylesheet effect the index2.php page fine. but if i click a category (which im sure doesnt change the actual page) the changes are not apparent.

 

 

Any suggestions?

 

 

Carl

Link to comment
Share on other sites

When you click on a category, you load the file specified by FILENAME_DEFAULT. which is index.php. What I do in this case is hand-edit the URL in the address bar to specify the page I want to see.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...