Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
jerm #1
CSS in CFDOCUMENT Footer
After figuring out that the style shhet has to be included with in the
CFDOCUMENT itself (doesn't inherit from the Application.cfm file), I am now
also noticing a problem with the footer. It doesn't support the styles that are
used on the rest of the document. It looks like I have to also specify the
style information within the cfdocumentitem. Is this a bug? I can handle
including a report.css file to standardize document styles, but being required
to duplicate these styles within the footer is going to create undesirable
overhead.
jerm Guest
-
Add footer through IAC?
Hi I am writing C# .NET code that uses the Acrobat 7 interapplication communication SDK. Is it possible to add a standard footer to a document in... -
Footer DIV question...
I have 3 divs: left, center, right. I also have a footer div: footer. Which clears:both. I would like to create a container Div to put some... -
Footer Help
Hello, I need to some help - I have a website that is being hosted through a company that likes to use its templates - well we decided that we... -
cfdocument with header & footer
Well, I got it working using CFHTTP, throwing in a couple of comment tags I can check for to filter out the header and footer, but it's really silly... -
footer in OSCommerce
Hi there I am not sure if this is php, java or html related. But is there a simple way to place some text in the footer of a web page in a php... -
Vamsee Krishna #2
Re: CSS in CFDOCUMENT Footer
Unfortunately, this is how it works as of now. We would have someone look
into the same.
Regards,
Vamsee
"jerm" <webforumsuser@macromedia.com> wrote in message
news:d0878p$jjv$1@forums.macromedia.com...> After figuring out that the style shhet has to be included with in the
> CFDOCUMENT itself (doesn't inherit from the Application.cfm file), I am
> now
> also noticing a problem with the footer. It doesn't support the styles
> that are
> used on the rest of the document. It looks like I have to also specify the
> style information within the cfdocumentitem. Is this a bug? I can handle
> including a report.css file to standardize document styles, but being
> required
> to duplicate these styles within the footer is going to create undesirable
> overhead.
>
Vamsee Krishna Guest
-
Nefiga #3
Re: CSS in CFDOCUMENT Footer
I know that when my styles weren't working in the header, I had to also
reference the styles there (for example):
(my coding here is off the top of my head, forgive me if I make a typo)
<cfdocument>
<cfdocumentsection>
***do your xml import here***
<cfdocumentitem header>
***you have to do an additonal xml import for header items***
</cfdocumentitem>
rest of code
</cfdocumentsection>
etc....
sorry I don't remember all the code and am too lazy to get it right, but you
get the general idea... maybe this is the issue with the footer as well?
Nefiga Guest



Reply With Quote

