BTW:
I have been playing around with BookView in Sigil-0.9.8 on a Mac with the following test case and I simply can not get the style in the body tag to disappear or the underlying text to get it added:
Here is my testcase:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body style="text-decoration:underline;">
<p>My text 1.<br/></p>
<p>This is a line of text</p>
<p>My text 2.</p>
</body>
</html>
I added lines in the body (such as "This is a line of text"), I added returns, I cut and pasted lines, I swapped the order of the lines.
Everytime when I go back to CodeView I see the style in the body tag is still there and none of the p tags have added anything.
So exactly what sequence of events are you using to see a valid style in the body tag disappear?