RE: CF and custom style sheets

2001-05-11 Thread Robert Crooks
PROTECTED]] Sent: Thursday, May 10, 2001 7:08 PM To: CF-Talk Subject: RE: CF and custom style sheets It's pretty a straight forward solution. 1) The code to call the included stylesheet could look something like this LINK REL=Style Sheet TYPE=text/css HREF=stylesheet.cfm regular old html3.2 except

Re: CF and custom style sheets

2001-05-11 Thread C Frederic Valone
Just a note here, I tried to map .js files to cf in iis and it didn't parse them as cf when called as LINK REL=StyleSheet TYPE=text/css HREF=style.cfm I would bet it doesn't like css files much better in that format. If anyone has had any luck configuring cf to parse these files I would like

RE: CF and custom style sheets

2001-05-11 Thread rcrooks
]] Sent: Friday, May 11, 2001 10:59 AM To: CF-Talk Subject: Re: CF and custom style sheets Just a note here, I tried to map .js files to cf in iis and it didn't parse them as cf when called as LINK REL=StyleSheet TYPE=text/css HREF=style.cfm I would bet it doesn't like css files much better

Parsing .js files in cf...was CF and custom style sheets

2001-05-11 Thread C Frederic Valone
that there's nothing gained in doing this.) Robert -Original Message- From: C Frederic Valone [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 10:59 AM To: CF-Talk Subject: Re: CF and custom style sheets Just a note here, I tried to map .js files to cf in iis and it didn't

RE: Parsing .js files in cf...was CF and custom style sheets

2001-05-11 Thread rcrooks
PM To: CF-Talk Subject: Parsing .js files in cf...was CF and custom style sheets I take your point. I have had a reason for trying to parse .js files through cf though. I was trying to use CF to dynamically generate the menu arrays in the dhtml HierMenu scripts. This would not work because any cf

Re: CF and custom style sheets

2001-05-10 Thread Sean Daniels
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

Re: CF and custom style sheets

2001-05-10 Thread Scott Weikert
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

RE: CF and custom style sheets

2001-05-10 Thread Eric Gilbert
that it is a stylesheet unless you use the cfcontent type=text/css. - Eric -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 11:37 AM To: CF-Talk Subject: Re: CF and custom style sheets On 5/10/01 1:27 PM Scott Weikert wrote: LINK REL=StyleSheet TYPE=text