Author |
Post |
|
#1 Fri 8 January, 2010 16:50
|
Member
Registered: Dec 2009
Posts: 15
|
Hi, I hope someone can help me and forgive me if this is a basic question. I have downloaded the sample green file and made the changes to it. where do I put the file now on my hosting. does it go in the route folder and do i need to change anything on the link text that goes in the header to point to it? Many thanks for your help and hope it is much appreciated. Jonathan
|
|
#2 Sat 9 January, 2010 15:10
|
Administrator
Registered: Apr 2008
Posts: 324
|
The easiest solution is to remove the &style=xxxxx from your AutoDirector <script> link. That will ensure the existing stylesheet isn't loaded. Then, in your showroom page, ensure you have a link to your new CSS file (it can be anywhere): <link rel="stylesheet" type="text/css" media="all" href="/styles/my-new-style.css" /> I hope that helps. _______________ AutoDirector administrator
|
|
#3 Mon 11 January, 2010 16:51
|
Member
Registered: Dec 2009
Posts: 15
|
Thank you for your response and help. I have tried this but am still not seeing the css sheet as the cars are listed in a non formatedway in the page. Sorry to be a pain.
|
|
#4 Mon 11 January, 2010 17:51
|
Administrator
Registered: Apr 2008
Posts: 324
|
Are you definitely linking to the stylesheet correctly? Use something like Firebug or View Dependencies extensions in Firefox to check. _______________ AutoDirector administrator
|