Hi All, I have created multiple html dirs for the various virtual webmail domains that I want to host. All html pages currently point back to the same style sheet . ie. href="[#SQWEBMAILCSS#]"
I am new to css, but it would appear that there are a couple of ways I can go about assigning different styles to different pages.. I can either; a) hardcode a path to a new css file in the html template in place of #SQWEBMAILCSS#. This would mean that I can have one .css file for each virtual webmail domain. This would make it easier to keep track of the changes and definitions for each virtual domain (perhaps via html/cgi for example) or b) keep #SQWEBMAILCSS# in the templates, and for each new virtual webmail domain, create new class definitions within the same #SQWEBMAILCSS# file and reference these in all the new virtual webmail domain html templates (e.g. substitute class="special-box" for class="special-box-vdomain2") Am I missing something here? Anyone have any comments? Mark
