Hi Harry,
I assume you are trying to edit an HTML page created by saving a project
file as a web page.
In order to change the way the HTML file looks, you will need to edit the
HTML code for the page. If you create the page through File>Save as web
page in Project, you may then view the web page through a browser (Internet
Explorer for example.) Open the web page in the browser and choose
View>Source from the browser menu. This will open the page in Notepad. You
can then add the HTML tag <BR> between words in the column headings to add a
return to force text on to two lines. Once you have added the <BR> tag,
save the file in the Notepad window and then reload the HTML page in the
browser. I'm not terribly skilled in HTML code, but in a quick test of an
test page I was able to change the % Complete line from the Tasks table onto
two lines.
Hope this helps. Let us know how you get along.
Julie