Printer Friendly page

I have uploaded a new site that has multiple forms. I am being told by some PC users that the forms do not print out correctly. Is there a way to get them to print just the form content?

Thanks, Clark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You could try adding the following to the Before /HEAD section of the
Page > HTML Markup dialog:

<style type="text/css">
	@media print {
		form * {
			border: none;
		}
	}
</style>

This will remove the borders from every form element on the page when
it is printed. I’m not sure if that’s what you want, but it might
improve the display for your users.

Walter

On Jan 28, 2008, at 11:12 AM, Clark Brown wrote:

I have uploaded a new site that has multiple forms. I am being told
by some PC users that the forms do not print out correctly. Is
there a way to get them to print just the form content?

Thanks, Clark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options