CSS-Förslag

@media print
{
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
	page-break-after: avoid;
	page-break-inside: avoid;
	}
	
	abbr
	{
	border: none;
	}
	/* finns det abbr pa handgranat? */
        /*   inte vad jag vet --Blenda */
	blockquote,
	cite
	{
	page-break-inside: avoid;
	}

	dl,
	ol,
	ul
	{
	page-break-before: avoid;
	}
	
	table
	{
	width: auto;
	}
}

Se även Linus förslag