View Full Version : SSI w/ tables problem


USA skichic
03-02-2003, 09:22 PM
Ok, I'm having a problem getting my layout to work with both tables and SSI (the one where u include a page). Ok, so I want my layout to have a header, 3 columns under the header, and a footer. I'm able to get the header and footer up ok using the <!--#include file="FILENAME.txt" --> code, but the first and third column I want won't work with the include code. What I'm saying is that I can't get the include file to go in the two columns! I've tried for hoooooours and hours and can't get n e thing to work. N e one have n e ideas?!? Oh, my site is at http://www.alidezigns.net

pb&j
03-03-2003, 07:38 AM
For the SSI part, you may have to post the coding here considering when we view the source of your page coding online, that has already been parsed by the host to show your true full code instead.

As for your page coding in general... it is full of coding errors and thus is bound to have multiple rendering problems. Quick examples...

multiple BODY and HTML tags.
invalid values such as WIDTH="*"
and so on...

You will need to fix all coding errors, and then, if there are still display problems, you may ask for help on solving them.