The custom CSS file already implemented is a useful feature but it has limitations because the location of the file is fixed. It would also be very useful to be able to load an existing CSS file. The main advantage of this from my point of view is the referencing of images from within the CSS file (which is always relative to the location of the CSS file). For me to use the custom CSS file for all my CSS needs would be very cumbersome and involve the replication of hundreds of images. I have added the line
<style type="text/css" media="screen">@import "<?php echo $this->baseurl;?>/components/somecomponent/filename.css";</style>
to the index.php and component.php files but it would be very helpful if these could be added to the base product and the file name populated from a parameter.
Regards
Phil