Quote:
Originally Posted by tamlin
Publisher isn't the best tool to create web pages
|
You're right, it isn't the best. In fact, it's one of the worst possible things you can use.
ndaar,
The code generated by Publish has a lot of this:
Code:
position:absolute;width:7.9319in;height:12.3902in
When you use position: absolute; you can never center content correctly for everyone. It may be centered if the browser window is 800 pixels wide, but it won't be centered at all if the browser window is 1200 pixels wide. In short, the code generated by Publisher is NOT suitable for a proper web site. In fact, there are currently no Microsoft applications that can build a solid, modern web site properly. You're better off looking at something like NVU or other freeware/shareware web building application. Forget about Microsoft when it comes to web building.