Front page ignors my print css

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using frontpage 2003 to create a website. I have used a dwt to create
the pages. I want a print friendly page version - so I did a print.ccs page,
divided my page up into sections, put a link to it at the top of the dwt and
updated all the pages. But when I print preview the whole page is shown
instead of the print friendly version. I have visited the recommended site
for help as was suggested before, but my pages will still not print correctly
and I am completely baffled. I also need to make my pages readable by
visitors using text readers - can I use css for this as well.
I am creating the website here - http://66.165.66.15
Any help is greatly appreciated, thanks
 
You have specified media="all" for your stylesheet so there are of
course no difference between what you see on the page and what prints.
If you want the stylesheet to only affect printing, specify media="print".

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Jens Peter Karlsen said:
You have specified media="all" for your stylesheet so there are of
course no difference between what you see on the page and what prints.
If you want the stylesheet to only affect printing, specify media="print".

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

Thanks for that Jens - I tried making Media="Print" but the result is still
the same !
 
The print will look the same but the page as displayed in the browser
will no longer use the Style sheet.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Back
Top