TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amit Ghorpade
NA
3
11.5k
Javascrip CSS Print page change page size
Mar 22 2012 8:48 AM
Hi,
I have one HTML page. My client want to print this page on Dot Metric printer.
And this print page is half of A4 size.
I want to start second print after ending last line of first page.
This first page take all first A4 page and it print half page and left blank half page and going to next page.
I want to start this second print from this blank space.
How to do this?
I tried this using CSS:
Collapse | Copy Code
@page
{
size: 10in 8in;
margin-left: 0;
margin-top:0;
margin-bottom:0;
margin-right: 0.5in;
}
but It didn't work.
I set the page size from CSS.
Please tell me if you have any other ideas.
Thanks in advance.
Reply
Answers (
1
)
Vertically align two pieces of text with different font-sizes using CSS
Severity Rating