Print tables with cell background colors

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Layman

    Print tables with cell background colors

    Hi,

    I have a table with coloured cells. I want to print out the table via IE
    with the coloured cells.

    But the outcome of the table does not have the cells coloured.

    Are there ways to force out the colouring of the cells in the print outs?

    (Either via php/asp/css or any means)

    Please advise.

    Thanks



    Posted Via Usenet.com Premium Usenet Newsgroup Services
    ----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
    ----------------------------------------------------------
    Best Usenet Service Providers 2025 ranked by Newsgroup Access Newsservers, Usenet Search, Features & Free Trial. Add VPN for privacy.

  • ravichoudhari

    #2
    Re: Print tables with cell background colors

    On Feb 9, 12:21 am, "Eric Layman" <namyalcire[at no spam]gmail.com>
    wrote:
    Hi,
    >
    I have a table with coloured cells. I want to print out the table via IE
    with the coloured cells.
    >
    But the outcome of the table does not have the cells coloured.
    >
    Are there ways to force out the colouring of the cells in the print outs?
    >
    (Either via php/asp/css or any means)
    >
    Please advise.
    >
    Thanks
    >
    Posted Via Usenet.com Premium Usenet Newsgroup Services
    ----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
    ----------------------------------------------------------
    http://www.usenet.com
    <td bgcolor ="#xxxxxx"ma y be used to control individual cell
    background color

    Comment

    • Evertjan.

      #3
      Re: Print tables with cell background colors

      Eric Layman wrote on 08 feb 2007 in
      microsoft.publi c.inetserver.as p.general:
      I have a table with coloured cells. I want to print out the table via IE
      with the coloured cells.
      >
      But the outcome of the table does not have the cells coloured.
      >
      Are there ways to force out the colouring of the cells in the print outs?
      >
      (Either via php/asp/css or any means)
      >
      Please advise.
      >
      Not a ASP Q.
      [unless you would like to print on serverside,
      in which case there is no browser involved]

      Please do not crosspost in unrelated NGs.

      --
      Evertjan.
      The Netherlands.
      (Please change the x'es to dots in my emailaddress)

      Comment

      • =?ISO-8859-1?Q?Siggi_=C1rni?=

        #4
        Re: Print tables with cell background colors

        On 2007-02-08 19:21:21 +0000, "Eric Layman" <namyalcire[at no
        spam]gmail.comsaid:
        Hi,
        >
        I have a table with coloured cells. I want to print out the table via IE
        with the coloured cells.
        >
        But the outcome of the table does not have the cells coloured.
        >
        Are there ways to force out the colouring of the cells in the print outs?
        >
        (Either via php/asp/css or any means)
        >
        Please advise.
        >
        Thanks
        >
        >
        >
        Posted Via Usenet.com Premium Usenet Newsgroup Services
        ----------------------------------------------------------
        ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
        ----------------------------------------------------------
        http://www.usenet.com

        The user has to turn on background printing in their browser.
        It is off by default in all browsers.

        --

        S.

        Comment

        • OmegaJunior

          #5
          Re: Print tables with cell background colors

          On Sun, 11 Feb 2007 22:48:45 +0100, Siggi Árni <siggi_arni@yah oo.com>
          wrote:
          On 2007-02-08 19:21:21 +0000, "Eric Layman" <namyalcire[at no
          spam]gmail.comsaid:
          >
          >Hi,
          > I have a table with coloured cells. I want to print out the table via
          >IE
          >with the coloured cells.
          > But the outcome of the table does not have the cells coloured.
          > Are there ways to force out the colouring of the cells in the print
          >outs?
          > (Either via php/asp/css or any means)
          > Please advise.
          > Thanks
          > Posted Via Usenet.com Premium Usenet Newsgroup Services
          >----------------------------------------------------------
          > ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
          >----------------------------------------------------------
          > http://www.usenet.com
          >
          >
          The user has to turn on background printing in their browser.
          It is off by default in all browsers.
          >
          You could of course output the data as a marked up pdf. Then the print
          probably will show the colours.

          --
          Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

          Comment

          Working...