Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi, Could you add some version file control to css flles generated by RC? (for all the project files would be great too) for example, this is the code RC usually generated: <link rel="stylesheet" type="text/css" href="venta.tpl.css"> Could be something like this?: <link rel="stylesheet" type="text/css" href="venta.tpl.css?v=1"> where the v=? parameter be incremented each time the site is published? This ensures that css changes are applied immediately on the client side and the page will always look correct. ![]() |
||||
|
You could also do this: Click Pubish -> Options and uncheck the checkbox "use external CSS file". Then all the css is integrated in your .html file. |
|