|
Posted by Jonathan N. Little on 08/12/07 23:41
Dif wrote:
> Hi all,
> I'm writing a personal web site and since my ISP is not offering me
> the possibility to have server-side scripting (I'm using the classical
> free web space available with the connection), I'm using a combination
> of TABLE and OBJECT to manage the redundant parts of my pages (I don't
> know it is the best practice); unfortunately I'm having some problem
> and I can't find a solution.
>
> You can see the following page as example of my problems:
> http://marcodifresco.interfree.it/test/hptable.html
Your server is Apache, good possibility you have PHP available. To test
in a text editor insert following:
<html>
<head>
<title>PHP Info</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>
save file as phpinfo.php
upload to server and check with browser
http://marcodifresco.interfree.it/test/phpinfo.php
If you have PHP then you will see tables of PHP settings. If you have
PHP then dump the hack with OBJECTs and use PHP includes
>
> The problems are the following:
> - the OBJECT code seems to require more space than necessary otherwise
<snip>
MSIE will always put scrollbars on the object it seems. Really kludgy
way to do includes.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|