omniweb and bbedit

frgee

Registered
can anyone tell me why i can view a simple bbedit page in explorer but not in omniweb? i don't understand what's happening. i can make up a little page that works fine in ie, but show up blank in omniweb and chimera.
 
Proprietary tags? Bad HTML? Little green men taking over your computer? :)

How 'bout an example page?
 
take the following. it works in ie but not in omniweb, although when i open it in source editor the code is there:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>

<title>omnitest</title>
<meta name="generator" content="BBEdit 6.5.2">
</head>
<body>
<p>this should work</p>
</body>
</html>

thanks for any help.
 
i took out the <'s at the beginning of the lines because it was displaying the html in the message instead of the code...

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
html>
head>

<title>omnitest</title>
<meta name="generator" content="BBEdit 6.5.2">
/head>
body>
p>this should work/p>
/body>
/html>
 
Back
Top