hey.. i'm attempting to create and use a coldfusion mapping to get my css files.. i've set up a mapping '/css' in the CF administrator to the folder that will hold my css files.. what i'm having a problem with is using that mapping in the link tag. <link href="/css/someCSSfile.css" rel="stylesheet" type="text/css"> can't seem to find the file.. is there something i'm doing wrong? do i need to let it know i'm going to be using a coldfusion mapping somehow?
i believe i found out that coldfusion mappings can only be used in cfinclude or cfmodule tags.. does anyone know if there's any truth to this?