If you want to be in absolute control, doff OpenOfffice etc. -- just open the HTML in Notepad (or the like), and change
...
<title>Whatever there is</title>
...
<meta name="author" value="whoever"...
...
to
...
<title>Whatever you want</title>
...
<meta name="author" value="whatever you like"...
...
If you have it already in a few files, you'll probably want some kind of scripted tool (I doubt you can batch-process files with OO); as for setting the defaults, didn't googling "OpenOffice HTML title author" help?
|