View Single Post
  #3  
Old April 8th, 2002, 02:06 PM
frgee frgee is offline
Registered User
 
Join Date: Sep 2001
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
frgee is on a distinguished road
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.
Reply With Quote