Amaya does not print links as underlined. To make this happen, add the following line to your user style sheet (amaya.css, located in the Amaya home directory):
@media print {a:link {text-decoration: underline} ... }
Amaya supports the CSS page break property page-break-before:
always
. When you attach this property to a specific element using an
attribute style, Amaya generates a page break before that element. When you
attach this property to an element type within the style element of the
document or within an external CSS style sheet, Amaya generates a page break
before each instance of that element.