Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Jamesy #1
show area on print only.
Hi,
I have an area on a page which I would only like to show when the page is
printed, not when viewed on-screen,
I know I could do something with a print only style sheet...
but I don't know if creating a whole sheet for just this one element is the
correct way to do things...
Anyideas
?
Jams
Jamesy Guest
-
Print Selected Area Button
Heya, I am trying to create a button that users can click on to print a specific text area of the page that I preselect. Does anyone know how to do... -
Show Hide area - based on login ...
OK what I want to do is something I thought was pretty simple, in fact I still think its simple but I am not a programmer, or a PHP man more ASP ... -
move print area/page
I am not sure how to ask or do this so I will simply explain. The template "page" that I work from doesn't have it's corner at 0,0. Is there a way to... -
Added Text Area Won't Print
Using Acrobat v.6.0, a co-worker has the following problem: 1) Opens an existing .pdf file. 2) Uses the line tool to outline a space in the... -
Print Selected Area
The Print Selected Area checkbox is grayed out. Colour and mono. This is new after removing ScanWizard 5 and replacing it with ScanWizard 5.7.6... -
Murray *TMM* #2
Re: show area on print only.
Why wouldn't it be the correct way? You can always just embed it in the
head of the page, e.g.,
<style type="text/css" media="print">
<!--
styles....
-->
</style>
Or even include it on the bottom of an existing embedded stylesheet -
<style type="text/css">
<!--
styles...
@media print
styles...
-->
</style>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"Jamesy" <NOSPAM@patchworkmedia.co.uk> wrote in message
news:d57m4m$749$1@forums.macromedia.com...> Hi,
> I have an area on a page which I would only like to show when the page is
> printed, not when viewed on-screen,
>
> I know I could do something with a print only style sheet...
>
> but I don't know if creating a whole sheet for just this one element is
> the correct way to do things...
>
> Anyideas
> ?
>
> Jams
>
Murray *TMM* Guest



Reply With Quote

