Difference between linked_css design area and link to css in parse

Can someone please tell me what the differences are, pros/cons between using a linked_css design area as opposed to linking to the css files in the parse file eg <link href="mysource_files/common.css" rel="stylesheet" type="text/css">.


Squiz have implemented two designs for us and both use a different way.

I have only used the linked css in the parse file (with the background images listed in the parse file).



thanks


A linked_css design area is used with a CSS File asset type. This allows you to use the "mysource_files/image.jpg" file representation within your CSS to refer to background images. If you manually link a normal file asset in your parsefile, you need to hard-code the URLs to images, because Matrix cannot parse those files.