Click to See Complete Forum and Search --> : PHP Include makes part of a table go hidden


xphen0m
10-17-2007, 03:23 PM
Hi,

I'm making a new design and testing it at http://www.gcwonline.us/v5

Notice, there's a space under the table on the left. There is also one under the table to the right....until I add a PHP include right above it. It seems as if part of the table is going hidden when I do that. Anyone have any ideas on what's going on?

ryanbutler
10-17-2007, 03:52 PM
Make sure your PHP include only has the markup you want. In other words, no <html>, <head>, just the markup you want to make your site easier to navigate.

xphen0m
10-17-2007, 04:19 PM
The include indeed only the has the markup that I want, no <html> or <body> or anything like that.

xphen0m
10-18-2007, 05:35 PM
I just figured something out, it's not just when I have an include. The big table to the right is set to 100% height. Whenever I have anything above it, part of that table goes hidden. I'm stomped. lol