Badcode? HTML as includes?
Posted: Sun Nov 10, 2002 7:58 pm
Hey
Just wondering?
Is it really a bad idea to include full html files? The result is nested <head> and <body> tags inside the main Body tag. For example
<head>
</head>
<body>
Server calls include("thisFile.html")
Results:
<head>
</head>
<body>
content
</body
</head>
</body>
Just wondering?
Is it really a bad idea to include full html files? The result is nested <head> and <body> tags inside the main Body tag. For example
<head>
</head>
<body>
Server calls include("thisFile.html")
Results:
<head>
</head>
<body>
content
</body
</head>
</body>