Design the page directly to print HTML pages

Source: Internet
Author: User
Tags html page

Some applications in the site need to provide users with the ability to print the page directly, the most obvious is the electronic coupons, the merchant based on the site provided by the template input content, and then generate coupons page, users print this page is a coupon.

Of course, the best way is based on this page to generate a picture file, users download the picture and then to print, the effect of the printing will not be affected by the browser settings and print out the effect.

But if for some reason, in order to fast or cost-saving, not to save the page as a picture file operation, then only directly to the HTML page directly down, so you need in the design of the page has some additional requirements, here two places to note:

1. Property settings for the style label:

<style type= "text/css" media= "print" >

This means that the style attributes introduced or defined within the style are used only when printing, and here is a reminder that if the media property is not set, the style that is defined will work in both the browser and the print, so it is recommended that a style like this be placed after all the regular styles. For example, we want to print a line on the page "Print and Yahoo Word-of-mouth Network", but in the browser is not realistic:

<p class= "PrintTitle" > Print with yahoo word-of-mouth network </p>

Then we can set. Printtitle{display:none in the unified style, and in the following style of media "print", set to. Printtitle{display:block. When you define a print style that is not higher than the regular defined style when printing, it is recommended that you put the print style behind all normal styles again.

2. When the page is printed, the browser settings will affect the printing effect, in IE "Tools" – Internet Options – Advanced has a "print background color and image", similar to "Print background colors and images" in Firefox "file"-"Page Setup". When this option is selected, the background color of the page and the picture can be printed (some of the non-standard IE kernel browser seems to have some problems, background color can be printed, but the background picture is not), if not selected the background color and pictures are unable to print out, So in order to mask the user's different browser and browser settings, I suggest two points, the first is in the background filled with the area as a demarcation place with the 1px border, color and background colors, so that in the browser does not appear to change, And in the printing time even if the user's settings cause the background color cannot print out can also have a border as the partition, the largest layer retains the page pattern; the second is to use tags for all essential images, so no matter how the user's browser is set up, they can print out the pictures. This may be different from the usual page design, but in order to unify the effect of printing, but also to compromise.

Here simply put forward some of the problems encountered in the practical use, if you have any new questions and ideas, can be proposed to discuss together, here first cast bricks;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.