unable to get printer friendly output

G

George

I tried to implement a printer friendly output and
attempted two approaches:
1. Using CSS with "<link rel="stylesheet"
type="text/css" media="print" href="print.css" />" in the
head section and a print.css file in the dir.
2. Having "<LINK REL=alternate MEDIA=print
HREF="test.htm">" in the head section and test.htm
(containing print preferable output).

However, neither approach works, the printer output is
equal to no code at all. I am using FrontPage and the
site has shared borders. I have the feeling the latter is
a problem. I am still learning, thus I'll appreciate any
advice/help.
 
J

Jens Peter Karlsen[FP MVP]

No, shared borders will print fine.
Provide an URL so we can see what goes wrong.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

George

I agree, the shared border prints fine (regardless what I
try). My issue is that I want to eliminate the shared
border for printing. I tried the two options I mentioned
before to achieve this!
-----Original Message-----
No, shared borders will print fine.
Provide an URL so we can see what goes wrong.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: George [mailto:[email protected]]
Posted At: 4. september 2004 02:47
Posted To: microsoft.public.frontpage.programming
Conversation: unable to get printer friendly output
Subject: unable to get printer friendly output


I tried to implement a printer friendly output and attempted
two approaches:
1. Using CSS with "<link rel="stylesheet"
type="text/css" media="print" href="print.css" />" in the
head section and a print.css file in the dir.
2. Having "<LINK REL=alternate MEDIA=print
HREF="test.htm">" in the head section and test.htm
(containing print preferable output).

However, neither approach works, the printer output is equal
to no code at all. I am using FrontPage and the site has
shared borders. I have the feeling the latter is a problem.
I am still learning, thus I'll appreciate any advice/help.
 
J

Jens Peter Karlsen[FP MVP]

Place all content in the shared border in a div. In your print.css set
that divs visibility to hidden.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: George [mailto:[email protected]]
Posted At: 4. september 2004 16:05
Posted To: microsoft.public.frontpage.programming
Conversation: unable to get printer friendly output
Subject: Re: unable to get printer friendly output


I agree, the shared border prints fine (regardless what I
try). My issue is that I want to eliminate the shared border
for printing. I tried the two options I mentioned before to
achieve this!
-----Original Message-----
No, shared borders will print fine.
Provide an URL so we can see what goes wrong.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: George [mailto:[email protected]]
Posted At: 4. september 2004 02:47
Posted To: microsoft.public.frontpage.programming
Conversation: unable to get printer friendly output
Subject: unable to get printer friendly output


I tried to implement a printer friendly output and attempted
two approaches:
1. Using CSS with "<link rel="stylesheet"
type="text/css" media="print" href="print.css" />" in the
head section and a print.css file in the dir.
2. Having "<LINK REL=alternate MEDIA=print
HREF="test.htm">" in the head section and test.htm (containing print
preferable output).

However, neither approach works, the printer output is equal
to no code at all. I am using FrontPage and the site has
shared borders. I have the feeling the latter is a problem.
I am still learning, thus I'll appreciate any advice/help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top