you dont need the <style> thing in your CSS file. Take it out and use the <link> tag.
CFinclude will work, but the CSS will be inline in the page and so downloaded every page request. With a link tag it'll be cached On Thu, 9 Dec 2004 15:39:09 +1100, Gavin Stewart <[EMAIL PROTECTED]> wrote: > > Yes i have <style type="text/css"> > > > > "Gavin Stewart" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Has anyone had troubles with the link tag for linking style sheets in the > header of the page. The styles play silly buggers if i link it - > > <link rel="stylesheet" type="text/css" href="css/layout.css" > > > gets the styles but incorect positioning > > but if i use cfinclude - > > <cfinclude template="../css/layout.css"> > > it works fine... Its like having a steering wheel down my pants.. Its > driving me nuts!! --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] Aussie Macromedia Developers: > http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
