University of Turku

HTML FORMFEED TAG

The HTML syntax is missing two very important tags: Tabulator and FormFeed.
You can always replace tabulator by < table > structure.


Missing < FF > tag is more annoying. You have built a beautiful web page and want to make a paper copy of it for your documentation or CV and then everything is ruined, when the printer spits out your page divided to pages in the middle of the pictures and tables.

Worse than this is, when you are building a form of bill for your customer and the lines for underwrite are on the page 2 with no preliminary text.
You need this:

<br style="page-break-before: always">

This piece of code prints a FormFeed !
[There was an error on this page, an extra blanco between '<' and 'br'. Now it is OK]

BTW: Try to print this page ;)

PTMUSTA at UTU.FI