Posted by MM on 06/12/07 14:52
> I don't see any problems in this piece of code on my computer.
> Why don't you simply use
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <title><?php echo $title; ?></title>
> <meta http-equiv = 'Content-Type' content='text/html; charset=iso-8859-1'>
> <meta http-equiv = 'Content-Style-Type' content = 'text/css'>
> <link href = "<?php echo $style; ?>" rel = 'stylesheet' type = 'text/css'>
> </head>
> <body>
>
Because it's really a part of class file that has whole code within <?
php and ?> tag.
Navigation:
[Reply to this message]
|