Forum Moderators: coopster

Message Too Old, No Replies

problem with rendering the page

page rendering

         

pitat450

11:26 am on Apr 12, 2005 (gmt 0)

10+ Year Member



Hi,
I want to know if anybody can help me with a problem on pages i have rewritten into php last month. It;s like i used include command to assamble the page from html files...BUT ALAS :) IN MOZILLA (explorer does not appear to do this) left margin does not show at 100% height as it is supposed to ...to fit the other content, but it appears just as a line 1 in height so it actually does not fill the page. Of course i have checked the html code to ensure i have put 100% height tags into tables but still the problem persists...can anyone help?

thnx pitat

[edited by: jatar_k at 4:50 pm (utc) on April 12, 2005]
[edit reason] no urls thanks [/edit]

KingMacro

12:33 pm on Apr 12, 2005 (gmt 0)

10+ Year Member



if you check your page with the validator it will tell you what the problem is - there is no height parameter on a table (something which also makes no difference if a php script generated the HTML or if it was a static file)

pitat450

9:31 am on Apr 19, 2005 (gmt 0)

10+ Year Member



hey thank u man,
I am not saying it is not useful...I mean the validator sure does find many mistakes, but which one is the one that makes the malfuntion?

pitat450

9:34 am on Apr 19, 2005 (gmt 0)

10+ Year Member



and what do u mean there is no height parameter on a table?
how about!<table height="50">! is that not a height parameter?