Re: SOT: external css not displaying

2010-04-07 Thread Dave Watts

> What a pain in the ass but you called it Dave.. thanks!

Just to toot my own horn, this is covered in detail in the Advanced
ColdFusion course.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332699
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-07 Thread Greg Morphis

What a pain in the ass but you called it Dave.. thanks!

On Wed, Apr 7, 2010 at 8:46 AM, Dave Watts  wrote:
>
>> Using the 

Re: SOT: external css not displaying

2010-04-07 Thread Dave Watts

> Using the 

Re: SOT: external css not displaying

2010-04-07 Thread Greg Morphis

Using the  tags isn't working either.
If I comment out the <cfdocument and <cfdocumentsection then the
formatting works.
If I uncomment those lines, it doesn't work.

I uploaded my code to here.. <a  rel="nofollow" href="http://snipt.org/Jyh">http://snipt.org/Jyh</a>

You can see all the places I tried the <link rel=... and the <style> tags.
Maybe you can see something I don't.. This is ColdFusion 7.02 on a
Windows 2000 server

Thanks!



On Wed, Apr 7, 2010 at 8:33 AM, DURETTE, STEVEN J (ATTASIAIT)
<sd1...@att.com> wrote:
>
> I've never been able to get the "link" tag to work with cfdocument.
>
> Try this:
> <style type="text/css" media="print">
> <cfinclude template="print.css" />
> 
>
> -Original Message-
> From: Greg Morphis [mailto:gmorp...@gmail.com]
> Sent: Tuesday, April 06, 2010 6:20 PM
> To: cf-talk
> Subject: Re: SOT: external css not displaying
>
>
> No because it's on an intranet, company info.. but here's the relevant
> code:
>
> 
>  
>   />
>
> On Tue, Apr 6, 2010 at 12:03 PM, Alan Rother 
> wrote:
>>
>> Any chance you could share the URL so we can look at it?
>>
>> =]
>>
>> --
>> Alan Rother
>> Adobe Certified Advanced ColdFusion MX 7 Developer
>> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>>
>>
>>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: SOT: external css not displaying

2010-04-07 Thread DURETTE, STEVEN J (ATTASIAIT)

I've never been able to get the "link" tag to work with cfdocument.

Try this:

<cfinclude template="print.css" />


-Original Message-
From: Greg Morphis [mailto:gmorp...@gmail.com] 
Sent: Tuesday, April 06, 2010 6:20 PM
To: cf-talk
Subject: Re: SOT: external css not displaying


No because it's on an intranet, company info.. but here's the relevant
code:


 
 

On Tue, Apr 6, 2010 at 12:03 PM, Alan Rother 
wrote:
>
> Any chance you could share the URL so we can look at it?
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332695
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-07 Thread Greg Morphis

That's just real odd how it was working and still works locally and in
our staging environments.
Oh well if it's "problematic" then this could happen again or
something else.. so better to get it resolved now

Thanks guys!

On Tue, Apr 6, 2010 at 6:34 PM, Roger Austin  wrote:
>
> On 4/6/2010 7:23 PM, Dave Watts wrote:
>>
>> On Tue, Apr 6, 2010 at 14:07, Greg Morphis  wrote:
>>>
>>> If it helps any this is a PDF we're displaying for the user.
>>> The>> >>     >>           >
>> I recommend that you use CFINCLUDE to include the contents of the
>> stylesheet within an HTML STYLE tag. Linking to stylesheets is always
>> problematic when using CFDOCUMENT.
>
> I agree with this. I have never gotten linked style sheets to work
> properly with cfdocument. I even had to duplicate them inside of the
> headers and footers at times to get proper styles.
>
> I was using CF7 at the time. I hope Adobe fixes this in the future
> versions. I have not experimented with cfdocument in CF8 or CF9 so
> I can't say for certain if these issues persist.
>
> --
> LinkedIn: http://www.linkedin.com/pub/8/a4/60
> Twitter:  http://twitter.com/RogerTheGeek
> MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
> NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332691
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Roger Austin

On 4/6/2010 7:23 PM, Dave Watts wrote:
>
> On Tue, Apr 6, 2010 at 14:07, Greg Morphis  wrote:
>>
>> If it helps any this is a PDF we're displaying for the user.
>> The> > >   
> I recommend that you use CFINCLUDE to include the contents of the
> stylesheet within an HTML STYLE tag. Linking to stylesheets is always
> problematic when using CFDOCUMENT.

I agree with this. I have never gotten linked style sheets to work
properly with cfdocument. I even had to duplicate them inside of the
headers and footers at times to get proper styles.

I was using CF7 at the time. I hope Adobe fixes this in the future
versions. I have not experimented with cfdocument in CF8 or CF9 so
I can't say for certain if these issues persist.

-- 
LinkedIn: http://www.linkedin.com/pub/8/a4/60
Twitter:  http://twitter.com/RogerTheGeek
MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332671
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Dave Watts

On Tue, Apr 6, 2010 at 14:07, Greg Morphis  wrote:
>
> If it helps any this is a PDF we're displaying for the user.
> The                http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332668
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Greg Morphis

No because it's on an intranet, company info.. but here's the relevant code:


 
 

On Tue, Apr 6, 2010 at 12:03 PM, Alan Rother  wrote:
>
> Any chance you could share the URL so we can look at it?
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332664
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Alan Rother

Any chance you could share the URL so we can look at it?

=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332659
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Greg Morphis

If it helps any this is a PDF we're displaying for the user.
The  wrote:
> We just renewed the IIS certs on our servers yesterday and today an
> app that uses external CSS is not formatting.
> It's almost as if the CSS file isn't found though it's in the same
> directory as the files.
> Everything works locally and our staging server.
> The CSS file is being called:  type="text/css" media="print" />
>
> any ideas why this would be working yesterday and after the new certs
> are installed it stops?
>
> Thanks!
>

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332657
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Greg Morphis

Locally and in our staging environments the PDF created is formatted
correctly when viewing. However in production its not formatted at all.

On Apr 6, 2010 3:19 PM, "Mike Chabot"  wrote:


That CSS file is used when printing. When you say the CSS isn't
showing up are you referring to the printouts you get or what you see
on the computer screen?

Updating SSL certs is unlikely to be related to whatever CSS problems
you are encountering.

-Mike Chabot


On Tue, Apr 6, 2010 at 12:41 PM, Greg Morphis  wrote:
>
> We just renewed the I...


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332654
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: external css not displaying

2010-04-06 Thread Mike Chabot

That CSS file is used when printing. When you say the CSS isn't
showing up are you referring to the printouts you get or what you see
on the computer screen?

Updating SSL certs is unlikely to be related to whatever CSS problems
you are encountering.

-Mike Chabot

On Tue, Apr 6, 2010 at 12:41 PM, Greg Morphis  wrote:
>
> We just renewed the IIS certs on our servers yesterday and today an
> app that uses external CSS is not formatting.
> It's almost as if the CSS file isn't found though it's in the same
> directory as the files.
> Everything works locally and our staging server.
> The CSS file is being called:  type="text/css" media="print" />
>
> any ideas why this would be working yesterday and after the new certs
> are installed it stops?
>
> Thanks!
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332651
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SOT: external css not displaying

2010-04-06 Thread Greg Morphis

We just renewed the IIS certs on our servers yesterday and today an
app that uses external CSS is not formatting.
It's almost as if the CSS file isn't found though it's in the same
directory as the files.
Everything works locally and our staging server.
The CSS file is being called: 

any ideas why this would be working yesterday and after the new certs
are installed it stops?

Thanks!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332647
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm