|
Posted by Jonathan N. Little on 03/22/06 14:53
Neredbojias wrote:
> With neither quill nor qualm, Thomas Maier-Komor quothed:
>
>>> My point was that is not how you should do file includes, Do you have a
>>> URL?
>>>
>> yes, www.maier-komor.de.
>>
>> As I said, it works great on Firefox, but unfortunately IE fails to
>> handle the links in the navigation area.
>
> You have no closing object tag - </object>.
>
Yep, validation can help here:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.maier-komor.de%2F&charset=%28detect+automatically%29&doctype=Inline&verbose=1
Result for http://www.maier-komor.de/ - W3C Markup Validator
You're on an Apache webserver, you must have PHP. This object include is
just so the 'wrong way' to do this....
index.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welcome to maier-komor.de</title>
<link rel="stylesheet" type="text/css" href="default.css">
</head>
<body>
<div id="toc">
<?php include_once('toc.html');?>
</div>
<div id="body">
<h1>Welcome to maier-komor.de</h1>
This is the web site of Thomas Maier-Komor.
<br>
<hr><address><a href="mailto:thomas@maier-komor.de">Thomas
Maier-Komor</a></address>
</div>
</body>
</html>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|