You can not nest a H tag in a P tag
Correct html is
<h3>Heading Goes Here</h3>
<p>This is the explanation</p>
To easily do this to text like
"Heading Goes Here This is the explanation"
Just hit the Enter key after "Here" and apply the H tag to the 1st part
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"Victor" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| I've got a very long list that I want to post, that I want to be formatted like this:
|
| <p><h3>Heading Goes Here</h3>This is the explanation</p>
|
| But when I start with this:
|
| <p>Heading Goes Here This is the explanation</p>
|
| When I select "Heading Goes Here" and then apply H3 to it from the Style drop-down menu,
| it applies H3 to the entire line, not only the three words that I only want it to apply
| to.
|
| The list is oh so very long, manually applying the HTML is quite tedious.
|
| How do I do this?
|
| Vic
|
|
|
|