In pictures:
I type in Normal view
I go into HTML source and see this
I go back to Normal view and I see this
And that's what I see in Book Details
I thought I had 'fixed' this by tweaking L&F Book Details->Text styling
Code:
body, td {
background-color: transparent;
}
body.horizontal table td.title { white-space: nowrap }
p { margin: 0}
a {
text-decoration: none;
}
.comments {
margin-top: 0;
padding-top: 0;
text-indent: 0
}
.comments-heading {
font-size: larger;
font-weight: bold
}
table.fields {
margin-bottom: 0;
padding-bottom: 0;
}
table.fields td {
vertical-align: top
}
table.fields td.title {
font-weight: bold
}
.series_name {
font-style: italic
}
/*
The HTML that this stylesheet applies to looks like this:
<snip>
<h3 class="comments-heading">Custom comments column heading</h3>
<div id="_customcolname" class="comments">...</div>
*/
BR