2024-04-19 04:24 BST

View Revisions: Issue #516

Summary 0000516: Header truncation
Revision 2013-12-19 10:32 by Vincent Sanders
Description In this URL - http://www.france-codepostal.fr/en/france/?SearchText=44170
this header is vertically truncated.

<h1>Find a postal code in France</h1>

This line-height line in CSS seems to be problematic for NetSurf if the Header is larger.

body {
    background: #C0CBAD;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: 0000555;
    line-height: 17px;
}

There is minimal example at http://pittdj.co.uk/temp/h1.htm
which is also in the attached zip.
Revision 2013-12-10 17:41 by Vincent Sanders
Description In this URL - http://www.france-codepostal.fr/en/france/?SearchText=44170
this header is vertically truncated.

<h1>Find a postal code in France</h1>

This line-height line in CSS seems to be problematic for NetSurf if the Header is larger.

body {
    background: #C0CBAD;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #555;
    line-height: 17px;
}

There is minimal example at http://pittdj.co.uk/temp/h1.htm
which is also in the attached zip.
Revision 2013-12-10 17:41 by Sourceforge Import placeholder
Description In this URL - http://www.france-codepostal.fr/en/france/?SearchText=44170
this header is vertically truncated.

<h1>Find a postal code in France</h1>

This line-height line in CSS seems to be problematic for NetSurf if the Header is larger.

body {
    background: #C0CBAD;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: 0000555;
    line-height: 17px;
}

There is minimal example at http://pittdj.co.uk/temp/h1.htm
which is also in the attached zip.