I think this is the route I'll need to take... just a matter of building a
page that, when I update my colors for a set, it puts all the style code
into a big text var and writes out the file... grumble... not the route I
wanted to take, but oh well.

Thanks guys :)
--Scott

----- Original Message -----
From: "Sean Daniels" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 12:36 PM
Subject: Re: CF and custom style sheets


> On 5/10/01 1:27 PM Scott Weikert wrote:
>
> > <LINK REL="StyleSheet" TYPE="text/css" HREF="style.cfm">
> >
> > I've had some hassles trying to link the page like this... it doesn't
seem
> > to properly execute the CF code within.
> >
> > Anyone out there tried to do this same thing, and succeeded? Input would
be
> > most welcome.
>
> Two suggestions:
>
> 1. Make a new style sheet for each option, and use:
>
> <cfoutput>
> <LINK REL="Style Sheet" TYPE="text/css"
HREF="#attributes.stylesheet#.cfm">
> </cfoutput>
>
> Name you style sheets stylegreen.css, styleblue.css, etc.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to