-1

How to fix this printing layout? is there a way? the text should be aligned left, and the other layout position should be like the original web page, ive used a javascript which will print only a content from a particular div. but the only problem is this messed up layout.

enter image description here

epoch
  • 16,396
  • 4
  • 43
  • 71
Ron
  • 1
  • 6

1 Answers1

0

This is a bit of a link only answer, but you will need to create a print.css style sheet to specifically style the page when printed. I would suggest looking at the following:

http://www.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/

How you style the page is really up to you, which makes this a slightly broad question. But you simply style the elements using their classes/ids much as you would when styling the screen. Hope this helps you move forward.

The Humble Rat
  • 4,586
  • 6
  • 39
  • 73
  • _“This is a bit of a link only answer”_ – well, since it was a “picture only”-question to begin with … – CBroe Feb 11 '15 at 11:00