RE: [PHP-DB] html display

2004-12-16 Thread Bastien Koert
for displays bigger than 8x6 you can use a div to border the page. for displays with res smaller, you're s.o.l. you cannot force the browser to a smaller res. bastien From: Kevin Russell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] html display Date: Thu, 16 Dec 2004 11:02:15

Re: [PHP-DB] html display

2004-12-16 Thread Jochem Maas
sorry but this has nothing to do with: 1. DBs 2. PHP 3. LAMP what your talking about is rather trivial clientside (browser) content styling. making a page display at a fixed width can be done in any number of ways, the oldest way would be to use a simple table set at the correct width and place