Posted by Nik Coughlin on 03/07/06 05:39
arkgroup wrote:
> I need to hide some text from the screen and show when printing.
> I have css, that I use when I print.
> Here is page code
> <div id="test" style="display:none">
> test
> </div>
>
> and print.css
>
> div#test { display: block; }
>
>
> I still can't see my text when I print preview.
>
> Please help.
>
> Thanks
The inline style is overriding your external stylesheet. Put the
div#test{ display: none } in an external stylesheet.
Navigation:
[Reply to this message]
|