htmlcss

How to reduce the space between <p> tags?


I have a page that I'm converting to PDF. This page contains a number of paragraphs and they don't all fit onto a single page. If I could reduce the spacing between the <p> tags, this would help fit more. Is this possible? Thanks.


Solution

  • use css :

    p { margin:0 }
    

    Try this wonderful plugin http://www.getfirebug.com :)

    EDIT: Firebug is now closed as a project, it was migrated to https://www.mozilla.org/en-US/firefox/developer