page: http://reenie.org/test/blockpadding.htm
code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>test</title>
</head>
<body>
<h2 style='padding: 0; border:solid 1px red;'>A bunch of text</h2>
</body>
</html>
Why is there padding in the heading, above and below the text, and how
do I get rid of it ?
code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>test</title>
</head>
<body>
<h2 style='padding: 0; border:solid 1px red;'>A bunch of text</h2>
</body>
</html>
Why is there padding in the heading, above and below the text, and how
do I get rid of it ?
Comment