This topic is locked

CSS stylesheets

2/23/2007 6:00:07 PM
Suggestions
W
waynes author

Great product but 5 stylesheets are a bit limiting. Can I make a simple suggestion that will allow everyone to add there own stylesheets without any major changes to the scripts. If you add this option as you have done with the header & footer into the html head after the current CSS <link>:
{include_if_exists linkfile="include/site.css"}
I know that the method above is for including files but could be modified to look for CSS files and add the following link after the current style sheet:
<link REL="stylesheet" href="include/site.css" type="text/css">"}
It needs to be after the current stylesheet so that styles can be modified without touching the original stylesheet. Problem solved and anyone can then apply any changes to the site.css without changing the original stylesheets and therefore make each site they create unique.

W
waynes author 3/2/2007

I would also like to see the same option for javascript include file. At times it may be necessary to use some javascript to enhance the system but the only option now is to add it to each page or modify the jsfunctions.js which could be overwritten with next release.

Sergey Kornilov admin 4/19/2007

Wait for final version of ASPRunnerPro 5.0/PHPRunner 4.0. This update features templates, layouts and option to add your own stylesheets and much more.