FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

HTML on MS Word 2k7

 


Da Rossa
Hi,
I have a simple HTML template, and, according to what I've said in this topic, (no need to read), I need to write some html files directly on Word. But all of them must be written in the <body>: part of the following template:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Teoria Geral do Processo 25/05/09</title>
  <link href="notas.css" type="text/css"
 rel="stylesheet">
</head>
<body>
<h1>Teoria Geral do Processo</h1>
<h2>segunda-feira, 25 de maio de 2009</h2>
<h3>Matéria de hoje</h3>
<br>
<br>
<br>
<br>
<div style="text-align: right;"><a
 href="http://notasdeaula.org"><span
 style="text-decoration: underline;"><img
 style="border: 0px solid ; width: 18px; height: 18px;" alt=""
 src="favicon.jpg"></span></a><br>
</div>
</body>
</html>


How can I do it? The intention is to have it end up like this, for example:
http://notasdeaula.org/dir/tgp_20-02-09.html (look at the headers)

Thanks in advance.
YellowShadow101
Why do you want to use Word? Saving HTML files in Word is bad because Word adds its own crap in it. Instead get an HTML editing program like http://www.net2.com/nvu/. You can easily create HTML pages in there.
Da Rossa
I already use Kompozer, and it's awesome, the problem is that I edit the content in word, and it would be very nice to have it instantly converted to HTML when finished. The crap that is added to the html by Word is precisely the issue. I'd like to add the html code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Teoria Geral do Processo 25/05/09</title>
  <link href="notas.css" type="text/css"
 rel="stylesheet">
</head>
<body>
<h1>Teoria Geral do Processo</h1>
<h2>segunda-feira, 25 de maio de 2009</h2>
<h3>Matéria de hoje</h3>
<br>
<br>
<br>
<br>
<div style="text-align: right;"><a
 href="http://notasdeaula.org"><span
 style="text-decoration: underline;"><img
 style="border: 0px solid ; width: 18px; height: 18px;" alt=""
 src="favicon.jpg"></span></a><br>
</div>
</body>
</html>
... instead of the crap it's automatically inserted by Word there.
YellowShadow101
Hmmm... I don't know. Maybe someone else on the forums could help you.
Da Rossa
Anyone else? I need it Sad
Related topics

Clean HTML from MS Word, possible?
MS Word 2002: How to update fields on save? VB Macro?
MS Word gives me migraine
Translating WORD HTML to HTML
Tutorialized, 4,988 Free Tutorials in 430 categories!

Create Web pages without knowing HTML.
Do you code HTML or do you use wysiwyg editors?
Word 2003 problem
Üyelerin Siteleri
Web designing?

xHTML what the heck
Dreamweaver or Frontpage
File move + from NTFS to FAT32 = Data loss ??
Reading word documents using PHP?
Website Designer?
Reply to topic    Frihost Forum Index -> Computers -> Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.