jtown
08-13-2000, 09:51 PM
My style sheet isn't being used when I execute this in my .cgi....
print "Content-type:text/html\n\n";
print <<EndHTML;
<html><head><title>$msg</title>
<LINK REL=stylesheet HREF = "styles.css" TYPE = "text/css">
</head>
<body class = "guestbook_sign" onLoad = "setTimeout('window.close();',3000); window.opener.parent.main.location.reload();">
<font class = "guestbook_sign">$msg
</body>
</html>
EndHTML
any help would be appreciated..
thanks
james
print "Content-type:text/html\n\n";
print <<EndHTML;
<html><head><title>$msg</title>
<LINK REL=stylesheet HREF = "styles.css" TYPE = "text/css">
</head>
<body class = "guestbook_sign" onLoad = "setTimeout('window.close();',3000); window.opener.parent.main.location.reload();">
<font class = "guestbook_sign">$msg
</body>
</html>
EndHTML
any help would be appreciated..
thanks
james