You don't have to be skilled. You just have to have some time and bumble your way through it, making sure to work on copies instead of originals.
Take out anything you don't understand affecting line height or margins, one at a time.
As ducks noted, you have to refer to the stylesheet in each section, similar to this:
<head>
<meta content="text/css" http-equiv="Content-Style-Type" />
<title>The Far Country, by Nevil Shute</title>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>
matching the stylesheet name exactly by case.
|