html (printing problems...)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • x

    html (printing problems...)

    Hi,

    I have a plain (Html)text page, but whenever I print out the html page
    the text doesn't wrap on the printed copy. It just runs off the
    page...

    Anybody have an idea as to what I could do to have the text wrap when
    its printing?

    Thanks!
  • Harlan Messinger

    #2
    Re: html (printing problems...)


    "x" <aotemp@hotmail .com> wrote in message
    news:26d721d9.0 405180726.7737d d76@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I have a plain (Html)text page, but whenever I print out the html page
    > the text doesn't wrap on the printed copy. It just runs off the
    > page...
    >
    > Anybody have an idea as to what I could do to have the text wrap when
    > its printing?[/color]

    For the benefit of those of us who aren't psychic, what are you using to
    print this page?

    Comment

    • Darin McGrew

      #3
      Re: html (printing problems...)

      x <aotemp@hotmail .com> wrote:[color=blue]
      > I have a plain (Html)text page, but whenever I print out the html page
      > the text doesn't wrap on the printed copy. It just runs off the
      > page...
      >
      > Anybody have an idea as to what I could do to have the text wrap when
      > its printing?[/color]

      When I've seen this in the past, it's been caused by a fixed-width design
      that didn't adapt gracefully to different sizes of display area. Such pages
      often get cropped along the right edge when printed, and force horizontal
      scrolling in smaller browser windows.

      See http://www.htmlhelp.com/faq/html/des...ml#screen-size
      --
      Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
      Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/

      "Men build too many walls and not enough bridges." - Sir Isaac Newton

      Comment

      • David Dorward

        #4
        Re: html (printing problems...)

        x wrote:
        [color=blue]
        > I have a plain (Html)text page, but whenever I print out the html page
        > the text doesn't wrap on the printed copy. It just runs off the
        > page...[/color]

        This is commonly caused by abusing tables for layout and creating a fixed
        width design. As the table is wider then the paper, this is the effect you
        get.





        --
        David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>

        Comment

        Working...