Quote:
Originally Posted by Ripplinger
For Andy, the line that starts with "a" has to be its own style entry, not included in another style. So it should be:
.MsoToc {
display: block;
font-family: "Arial", "sans-serif";
font-size: 1em;
margin-bottom: 5pt;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
a {
text-decoration: none
}
|
Many thanks Ripplinger. Not being the slightest bit technical this looks to be very helpful (exactly what to type and why). Got to go out and will try later on & let you know how it goes.