Hi everyone,
well i have a table template on my website, i mean that my whole website is included in a table with a shadow under it.
to do this i used a css function, and it works very well.
every page is in php because i have some <?php include("website url"); ?> functions for the header, left and bottom menu.
my question is: why when i copy a php page from a folder to another and update the links for files to the new folder, the table template borders disappear? then, if i change the page from php to html, they appear, so it means that the links are correct.
my guess is that probably the folder that i have copied the php page is in a deep link in my website (http://mywebsite.com/folder1/folder2/folder3/folder4/webpage.php). but the function 'php include' works fine, just i cannot see the table borders anymore.
i'm sure the links for the table border files are correct and actually in firefox they appear for half a second and then disappear. in internet explorer instead they never appear.
well it's so hard to explain, i hope someone understands it otherwise i'll post the actual links to my webpages, thanks!