right now i'm using the php include function and having some problems heres a little example of what i'm doing
<html> <head> <body><table> <? include("theurl.com/file.txt"); ?> </table>
<table> <Td width=20%> <table> <? include("theurl.com/file.txt"); ?></table></td> <td width=60%> The MEAT OF THE PAGE!</td> <td width=20%> <table> <? include("theurl.com/file.txt"); ?> </table> </body> </html>
as you can probably tell i'm using the 3 collums design
My problem is when i load the page i don't get 3 collums i get 1 first collum, below that the meat part and below that the right collum.
Anyone have a better way of doing this or show me how to fix it?
(fixed your code tags and turned of emoticons)

New Topic/Question
Reply




MultiQuote




|