Samatason Ltd wrote: >The page is at http://www.samatason.co.uk/clients/tc/ > >And the css is at http://www.samatason.co.uk/clients/tc/css/tc.css > >
looks fine to me, but there isn't much to comment for anyway :-P About the file separation. If a certain page needs (many) specific stylesheet rules, I'd usually separate them from the main style sheet. But just in case I need those extra rules for other pages, I've always bind them all together in a single importer file. e.g. the content of master-import.css @import url(main.css); @import url(about-page.css); @import url(profile-page.css); .... And so this is the file that I linked to the page templates. Btw, I got this idea from the Macromedia website.. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
