in reply to CGI + netscape problems

You can't have a <div> within a <p> in well-formed HTML as they are both block elements (see here). Netscape is well-known for being picky on non-standard HTML so any time you get a problem like this it's worth testing your HTML in an HTML Validator.

Why not just put the centre attribute on the <p> tag?

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg