Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Drew PCR #1
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
-
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... -
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... -
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... -
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... -
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... -
Murray *ACE* #2
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
-
Drew PCR #3
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
-
Murray *ACE* #4
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
-
Drew PCR #5
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



Reply With Quote

