<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Meghana Sathe schrieb:
<blockquote
 cite="midf05665180610160210ua3a803dg17f23b4d673da1ca@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
  <div>hello</div>
  <div>I am using the extended html import in opencms(6.0) to extend
already created html files.</div>
  <div> </div>
  <div>After importing these files,when i say edit source code,the head
tag in these files is missing.</div>
  <div> </div>
  <div>I want to make changes for the path of the css file.For that i
need to be able to see the head tag.But the code starts with something
like the td tr tags!!</div>
  <div> </div>
  <div>As for now,i am copy pasting the html file code into the opencms
editor,and its working fine ,But i am sure theres anoither way to do it!</div>
  <div> </div>
  <div>Any help??</div>
  <div>Regards,</div>
  <div>Meghana</div>
</blockquote>
The importer imports only the body part of your pages. <br>
<br>
The rest should added by creating a JSP-based template that generates
the header and writes out the content of your pages.<br>
<br>
It does not make much sense to me to use a content management system,
but not to use any templates, because then you could serve your files
directly without using opencms at all, coulnd't you?<br>
<br>
hth<br>
christian<br>
</body>
</html>