[PHP-DB] html display

2004-12-17 Thread Kevin Russell
sorry but this has nothing to do with: 1. DBs 2. PHP 3. LAMP ok out right your mostly correct, but what I really want to do is display fixed content for dynamic searches for a web site on a lamp server,(fc2) their php is a little out dated, but their in the move to 5 so its ok, I would like

[PHP-DB] html display

2004-12-16 Thread Kevin Russell
Hi list, and yes I am a newcomer to this list but not to the realm of lamp's deve, any who I would like to know if any one has any good resources for making a web page display at 800x600 fix res, no matter what the display is set to in their machine, I'm moving to php5, just a simple

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

[PHP-DB] html display

2004-12-16 Thread Kevin Russell
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 that's ok, I want it to display 8x6 if you have your display set to that, or if you have it set to a higher resolution I want

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