I used the Editor to make a simple heading of two centred lines of different text sizes.
The Html produced was:
| <h1 style="text-align: center;"><span style="font-family: arial; color: #00b050;"> |
| <h2>Dinedor Cross Garage </h2> |
| </span><span style="font-family: arial;"> |
| <h2></h2> |
| </span> |
| <h2></h2> |
| <span style="font-family: arial;"> |
| <h1> |
| <h3>Total care for Herefordshire Land Rover owners</h3> |
| </h1> |
| </span></h1> |
I think I started using <h1> for the first line and <h2> for the second and then changed this to <h2> and <h3>. As you can see, the Html is a mess.
Is there a procedure you can recommend to avoid this sort of thing happening?
On a related issue, I note that when I click Enter, the Html inserted is <br/>. This leads to problems when subsequently changing one of the "paragraphs" to a header - the whole lot changes to a header! Wouldn't it be better for the Enter key to enter <p></p> and Shift+Enter to enter <br/>? If so, is it possible to set the Enter key to do this?
Your help would be much appreciated.
Thanking you in anticipation.
Roger