Bill Moseley wrote:

hi bill

two wild and crazy stabs:

1) the files that causes the crash getwet.html and style.css
do they have unix or dos linebreaks. if unix, try to make
them dos, if dos vice versa.

2) try and copy all the style rules into the getwet.html
file in the head section <style></style> and out-comment the
<link href="./style.css">


3) try this code with your currebt style sheet [can you reload?]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>mod_perl: Getting Your Feet Wet</title>
        <link href="../../../style.css" rel="stylesheet"
type="text/css" title="refstyle">
    </head>
<body>
does this ever crash?
</body>
</html>


./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to