[Zope] Printing HTML

Steven Grimes sgrimes@acceleratedtechnology.com
Thu, 6 Dec 2001 13:33:41 -0600


On some browsers to make the colors show up when you print  you must change
a setting in the browser. I know this is the case for IE 4 and greater. The
option is in the tools/internet options menu on the advanced tab. Look for
'Print background colors and images'.


Thanks,
Steven Grimes
Database Engineer
sgrimes@atinucleus.com

Accelerated Technology, Inc.
720 Oak Circle Drive East
Mobile, AL 36609
TEL*: 251-661-5770
FAX*: 251-661-5788
www.acceleratedtechnology.com
*Please note new area code "251"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Over Ten Years of Providing Embedded Solutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Meilicke,
Scott
Sent: Thursday, December 06, 2001 1:19 PM
To: 'Paul Zwarts'; zope@zope.org
Subject: RE: [Zope] Printing HTML


1. From the help that comes with zope:

Creating alternate colored table cells:
      <table>
      <dtml-in objectValues>
      <tr <dtml-if sequence-odd>bgcolor="#EEEEEE"
          <dtml-else>bgcolor="#FFFFFF"
          </dtml-if>
        <td><dtml-var title></td>
      </tr>
      </dtml-in>
      </table>

2. Sorry, can't help you here.  Sounds like you need a page break, and I
don't think HTML has this.
-Scott
-----Original Message-----
From: Paul Zwarts [mailto:redfred5@hotmail.com]
Sent: Thursday, December 06, 2001 11:08 AM
To: zope@zope.org
Subject: [Zope] Printing HTML


Hi all,
I'm dearly sorry that this is html. I cant send email except through
hotmail, but I need some advice....
I'm creating large variable sized tables and I need to try and solve two
problems. These tables are printed out and I want the following from the
HTML:
1) To be able to print the bgcolor of the table cell. Using <dtml-if
sequence-even> and such to alternately color the rows. I want this to show
in the print as well
2) To be able to tell the printer to have the column head at the top of each
printed page.
Are these things even remotley possible in HTML from zope? Perhaps I need to
be exporting the html into Excel where it is formatted more to do this?
Thanks much for any advice,
Paul Zwarts



Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________ Zope maillist -
Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts
or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )
The information contained in this email message may be privileged and is
confidential information intended only for the use of the recipient or any
employee or agent responsible for delivering it to the intended recipient.
Any unauthorized use, distribution or copying of this information is
strictly prohibited and may be unlawful. If you have received this
communication in error, please notify the sender immediately and destroy the
original message and all attachments from your electronic files.