| University of Turku | ||
HTML FORMFEED TAGThe 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.
<br style="page-break-before: always">
This piece of code prints a FormFeed ! BTW: Try to print this page ;) |