Hi
I'm trying to hide from printing a specific element of a page but I don't
know how (and if) I could. Here is an example of what I'm trying to do:
[The text here must be visible in print mode]
<h1>Hidden in print mode</h1>
<p>Also hidden in print mode</p>
[Following text visible too]
Is there a way to hide these two paragraphs with an inline style?
(I don't know if "inline" is the correct word, so what I'm trying to say is
something like: <h1 style="@media=p rint(display:no ne)">)
Thanks
_______________ _____
Merlin dying, to the Lady of the Lake:
"we lived our lives with passion and devotion"
-=- geotso -=-
(remove the TRAP to contact me)
I'm trying to hide from printing a specific element of a page but I don't
know how (and if) I could. Here is an example of what I'm trying to do:
[The text here must be visible in print mode]
<h1>Hidden in print mode</h1>
<p>Also hidden in print mode</p>
[Following text visible too]
Is there a way to hide these two paragraphs with an inline style?
(I don't know if "inline" is the correct word, so what I'm trying to say is
something like: <h1 style="@media=p rint(display:no ne)">)
Thanks
_______________ _____
Merlin dying, to the Lady of the Lake:
"we lived our lives with passion and devotion"
-=- geotso -=-
(remove the TRAP to contact me)
Comment