Closed Thread Icon

Preserved Topic: Yet another PHP question......... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20967" title="Pages that link to Preserved Topic: Yet another PHP question......... (Page 1 of 1)" rel="nofollow" >Preserved Topic: Yet another PHP question......... <span class="small">(Page 1 of 1)</span>\

 
Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 05-23-2001 14:47

Well I have finally gotten things straightned out with the php includes and my Layout, but I have ran into yet another problem. here it is:

In the main php script (index3.php) i have made a table and in each cell i use the include() function to call another html file into that cell. This works all good.

My problem now is, for some reason the table cells will only go as high as needed. I tried to make the height of the table at 100% but it just isnt working. It usually works in IE but now for some reason it is getting picky. Any ideas?

<A HREF="http://www.skatefx.com/php/layouttest/index3.php" TARGET=_blank>

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 05-23-2001 15:39

Love to help you out, but you are apperently blocking right clicks, so I can't view source.



- Resolutions, Of All My Fruitless Searches -

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 05-23-2001 15:40

Damn, I thought there'd be a PHP question in there somewhere.

Tables suck.

Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 05-23-2001 15:48

woops, sorry butcher i was testing out the new thingy i max showed us. I disabled it now, so it should be ok.

Sorry

Peace

Mike

"Society, we all know that somethings wrong. And we've know it all along" -Pennywise-

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 05-23-2001 17:06

You have your table height set to '100' not '100%'. That was the first thing I saw looking real quick. Try that and see, if not, let us know.



- Resolutions, Of All My Fruitless Searches -

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 05-23-2001 19:42

2 things. Your very first table at the top has no height set. Since this is the parent this is the one you need the height

Seconod. I don't think this is breaking anything (at least in IE) but you have multiple <html> and <body> tags. Undoubtedly from included content.


Walking the Earth like Kane

Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 05-24-2001 03:08

geez i feel like such a moron. It is fixed now. Thanks for all the help guys

"Society, we all know that somethings wrong. And we've know it all along" -Pennywise-

« BackwardsOnwards »

Show Forum Drop Down Menu