[PHP] PHP creating table for HTML layout

2002-07-23 Thread Briggsy
I am hoping someone can help me with a desperate problem I am having I know nothing about PHP and hoping that it might be able to solve a problem I have with HTML tables. I want my web background to cover the entire screen regardless of screen size. The background has a header, a left side nav

Re: [PHP] PHP creating table for HTML layout

2002-07-23 Thread Martin Clifford
PHP is server-side, so it can't do anything that would help with the layout of HTML on the client-side. You might want to look into Cascading Style Sheets (CSS) to format the page so that it validates the way you want it to :o) HTH! Martin Clifford Homepage: http://www.completesource.net

RE: [PHP] PHP creating table for HTML layout

2002-07-23 Thread Vail, Warren
: Tuesday, July 23, 2002 1:11 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP creating table for HTML layout I am hoping someone can help me with a desperate problem I am having I know nothing about PHP and hoping that it might be able to solve a problem I have with HTML tables. I want my web

Re: [PHP] PHP creating table for HTML layout

2002-07-23 Thread Justin French
PHP can't help here -- you should do a search on the web for liquid website designs, or check out / borrow some code from other sites you've seen work. Although not valid, I've seen height=100% work on 1000's of sites. Combined with a CSS statement, you should be able to cover all browsers.

Re: [PHP] PHP creating table for HTML layout

2002-07-23 Thread Briggsy
Thanks to all those who replied here and directly. I have realised PHP isn't going to do what I want and have gone back to researching using CSS and float tags. Thanks for all the suggestions. Shane Martin Clifford [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...