Write this
I have a script that when used it writes a page to the server
Part of the code looks like this
$htmlstart = "
<HTML>
<HEAD>
<TITLE>".@$fname."'s Personal Page</TITLE>
<META http-equiv=Content-Type content=\"text/html; charset=iso-8859-1\">
<STYLE type='text/css'>
BODY {
BACKGROUND-COLOR: #d8a8e7
}
<!--
img.upper {position: relative; top: 5px; left: 55px; font: bold italic 36pt times, serif; color: #FF9900}
H3.upper {position: relative; top: -415px; left: 3px; font: bold 18pt Arial, sans-serif; color: gray; margin-left: 0px; margin-bottom: -100px;}
H3.lower {position: relative; top: -100px; left: -35px; font: bold 18pt Arial, sans-serif; color: black; margin-left: 70px; margin-bottom: -100px;}
H3.onlylower {position: relative; top: -50px; left: -35px; font: bold 18pt Arial, sans-serif; color: black; margin-left: 70px; margin-bottom: -50px;}
.stand {
color: #000000;
background-color: #c94093;
font-family: Palatino Linotype;
}
.uname {
color: #CC0000;
font-family: Palatino Linotype;
}
.us {
color: #003399;
font-family: Palatino Linotype;
font-size: 14px;
}
.them {
color: #CC3366;
font-family: Palatino Linotype;
}
-->
</STYLE>
<META content=\"MSHTML 6.00.2900.2180\" name=GENERATOR>
</HEAD>
The problem is i want to attach the "global" style sheet to the pages that it writes.
I also want to add keywords and the page description.
I want to have the things that the page is supposed to have. When i try to add these things to the code, the pages it creates doesn't show in the browser.
Any ideas on how i can fix this
__________________
It's better to do business with me than against me!
|