Quote:
Originally Posted by phossler
@theducks --
Agreed
In BV your recommendation seems to paste the h# tags, and then the [P] does change to <p> format. Issue is that it leaves the old H# text in a para by itself, (1) in the screen shot. (the Bold-Italic-Underline just a marker)
For this sort of stuff, CV will be my friend
Paul
|
any class assigned does not change when switching
<h3 class="foo"
becomes
<p class="foo"
Now if your style sheet was:
h3.foo (
and you only had a:
p {

The foo would be ignored