Hi Michael

I have tried a variety of tools and my most recent is EW2 but I haven't had much time to get to grips with it. I did try loading a sample exported WD page into EW2 but I didn't find it at all easy to select stuff except in the code window!

The headings business: I had thought that if you highlight a piece of text and made it whatever size you need and rightclicked for a popup to choose the tag.

In the code for that text there is a <div> that sets the font sizes etc, followed by the <div> that positions the text and maybe they could be combined to include the font size in the heading:

<h1 class="t1" style="left: 200px; top:300px; font-size: 24pt;">My Heading</h1>

...or something like that but sometimes the first <div> has positional elements too so maybe I am oversimplifying a lot

Anyway the style sheet would need to be adjusted to make the styles of all the headings the same as the body.

Headings may be easier to implement as they are usually short and on one line whereas lists or even <p>s I can imagine would be complicated.

Cheers

Luddite Ron