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:
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.
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.
