CSS for Print Media - What to do with a FORM?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default CSS for Print Media - What to do with a FORM?

    I'm dealing with creating an HTML page for use in a web-based software. The
    user wants to be able to use a print-only stylesheet when sending this HTML
    <form> page to the printer. I know I can convert scrolling textareas and input
    boxes into flat, borderless text with ease in the CSS, but what about SELECT
    dropdowns and checkboxes? Is there any way to turn these form elements into
    flattened text output when sending the page to the printer?

    Drew PCR Guest

  2. Similar Questions and Discussions

    1. Switch CSS while editing page to print media
      My site uses media:print CSS which gives a totally different layout to a page (including revealing some hidden DIVS). My users are editing with...
    2. Dynamic Print Media quality?
      Our Art department has been printing out an 'product Detail' page using Quark. I've automated the entire process using a form and PHP/Mysql...
    3. Print Media
      Hi. Dose it make any difference to export a FH file as TIF (300) and then print it,(for making Business card) or directly print it from FH? Does it...
    4. Capturing Sun Burst Effect (Underwater Images) in Print Media
      Dear All, I have multiple underwater images in which I have captured a very prominent sun burst effect. I shoot slide film, scan the images and...
    5. how to print a form in a single page for each object in the form?
      hi, i have a form and try to print a single page for each of the object in the form? how i could do this? because all the object are printed out...
  3. #2

    Default Re: CSS for Print Media - What to do with a FORM?

    I'm not sure why you want to do this? But - no, there's no way you can do
    that as far as I know....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Drew PCR" <webforumsuser@macromedia.com> wrote in message
    news:eivi5r$1r6$1@forums.macromedia.com...
    > I'm dealing with creating an HTML page for use in a web-based software.
    > The
    > user wants to be able to use a print-only stylesheet when sending this
    > HTML
    > <form> page to the printer. I know I can convert scrolling textareas and
    > input
    > boxes into flat, borderless text with ease in the CSS, but what about
    > SELECT
    > dropdowns and checkboxes? Is there any way to turn these form elements
    > into
    > flattened text output when sending the page to the printer?
    >

    Murray *ACE* Guest

  4. #3

    Default Re: CSS for Print Media - What to do with a FORM?

    Well, basically I'm dealing with a form that's HTML based, but the guy needs to
    print it off as a PDF to mail. The problem is that the software wasn't
    designed for that sort of thing, and when you print the page, it still looks
    like a web form. I wanted to see if I could use the @media=print rig to
    convert it into something that didn't look like a website. I got it all
    figured out as long as he doesn't need checkboxes or selects... just wondered
    if there was a nice way around those.

    Drew PCR Guest

  5. #4

    Default Re: CSS for Print Media - What to do with a FORM?

    Can you imagine what a state list or country list would do to the format of
    your printed form? The only way I can think of to get what you might use
    would be to have the print stylesheet to display:none the <select> tags and
    correspondingly display:block some 'mock' input fields for this data.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Drew PCR" <webforumsuser@macromedia.com> wrote in message
    news:eivk4o$46p$1@forums.macromedia.com...
    > Well, basically I'm dealing with a form that's HTML based, but the guy
    > needs to
    > print it off as a PDF to mail. The problem is that the software wasn't
    > designed for that sort of thing, and when you print the page, it still
    > looks
    > like a web form. I wanted to see if I could use the @media=print rig to
    > convert it into something that didn't look like a website. I got it all
    > figured out as long as he doesn't need checkboxes or selects... just
    > wondered
    > if there was a nice way around those.
    >

    Murray *ACE* Guest

  6. #5

    Default Re: CSS for Print Media - What to do with a FORM?

    Yeah, the idea was to convert the selected text in a one-line select dropdown
    into flat text. As for checkboxes, I was trying to find a way to javascript
    them so that a class was added to the checked items. Unfortunately that
    doesn't get rid of the labels. :P

    Oh well. Guess it's text fields and boxes only!

    Drew PCR Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139