[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 and a footer. I want the
footer to be on the bottom of the screen or bottom of the text, which ever
is greater. If you go to www.v3.aru.org.nz you will get an idea of what I'm
talking about. If you are using IE 5.x or greater it should show correctly.

I used the HTML table tag height=100%, however this is not a valid tag and
therefore Netscape ignores it. Also if  I use it it wont validate as a true
complaint code, which I want it to.

So can I use PHP to create a table or place the background images to create
a header, side nav and footer with the middle white section adjusting to
screen size.

I don't want to have to greater multiple sites for different resolutions and
would rather have one template that all pages call by an include statement
(That's the ASP command, think I saw the same command in PHP)

Any help or solution would be appreciated as I have been searching the net
and working on this for weeks and I'm getting nowhere.

Thanks

Shane.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: can there be a fax gateway?

2002-07-23 Thread Briggsy

Altn-N have a product called relayfax which is used with e-mail. You could
use forms to send an email and have realyfax fax it

www.altn.com They have awesome support for their mailserver MDaemon so I
would say realyfax would be equally as good

Unknown Sender [EMAIL PROTECTED] wrote in message
news:007d01bff8ae$7062bbe0$98519ac2@2112...
 Hello List,
 i guess that's a wrong place to ask this question, but...
 recently I received a web-site order for an
 online pizza ordering company, and they
 want their web-orders to be sent to their fax
 number.
 Does anyone if there is a way to make the server
 send info to a fax - or maybe some server addon that would allow
 e-mail messages be delivered to a fax??

 Thanks a lot,
 ~Peter
 ... tomorrow I will change,
 and today won't mean a thing ...





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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]...
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
Developer's Forums: http://www.completesource.net/forums/


 Briggsy [EMAIL PROTECTED] 07/23/02 04:10PM 
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 and a footer. I want the
footer to be on the bottom of the screen or bottom of the text, which ever
is greater. If you go to www.v3.aru.org.nz you will get an idea of what I'm
talking about. If you are using IE 5.x or greater it should show correctly.

I used the HTML table tag height=100%, however this is not a valid tag and
therefore Netscape ignores it. Also if  I use it it wont validate as a true
complaint code, which I want it to.

So can I use PHP to create a table or place the background images to create
a header, side nav and footer with the middle white section adjusting to
screen size.

I don't want to have to greater multiple sites for different resolutions and
would rather have one template that all pages call by an include statement
(That's the ASP command, think I saw the same command in PHP)

Any help or solution would be appreciated as I have been searching the net
and working on this for weeks and I'm getting nowhere.

Thanks

Shane.





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php