I'm guessing you are referring to centering the pages. Here's how in
Publisher 2000 created html files.
I use Notepad+ (
http://www.mypeecee.org/rogsoft/) to edit each html file on
the web site. You will need to add the two statements to all of your html
files on your web site every time you update your site.
Note the <center> goes in under the first <head> statement and </center>
goes in just before the last <body> statement.
=============== At the start of the file ========
<!doctype html public "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<center> <================= Put this line into your file
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Publisher 2000">
<title>The Wine Cellar®</title>
</head>
Lots of stuff left out
</tr>
</table>
<a name=bottom></a>
</center> <================== Put this line into your file
</body>
</html>
=============== End of the file ==============
--
Don
Vancouver, USA
Could you post the code fragment you used to do that, and where you put it
exactly?
I do exactly what you advocate on a few pages to get special effects, like this
page on O-rings (gives the circle lap-dissolve in IE):
http://www.logwell.com/tech/O-ring/index.html