carlcheadle Posted July 24, 2005 Share Posted July 24, 2005 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 More sharing options...
stevel Posted July 24, 2005 Share Posted July 24, 2005 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. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
carlcheadle Posted July 24, 2005 Author Share Posted July 24, 2005 yup when i browse i make sure that i edit the urls to www.whatever.com/index2.php Ive made that mistake already! lol Link to comment Share on other sites More sharing options...
carlcheadle Posted July 24, 2005 Author Share Posted July 24, 2005 OH i think that ive found it!!!!!! it was the sytlesheet.css that is referenced in the footer.php. once i chaged it in the footer file it works!! Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.