How to convert text into html?

liunx

Guest
Hi Folks,<br />
I know nothing about html. But I have a short page of text that I need to convert to html. Can someone help me find out how to do this?<br />
<br />
Many thanks!<br />
<br />
garyf=:O<!--content-->If you have Word you can type it in and save the page as an .html file. Just goto File>Save As> save as type: web page, and thats pretty much it.<!--content-->just add the html tags to it.<br />
<br />
<html><br />
<head><br />
</head><br />
<body><br />
TEXT HERE<br />
</body><br />
</html><br />
<br />
then name the page like so---- page.html<br />
<br />
so all you did was add 6 tags and then it is html.<!--content-->if you just add the header tags, the page won't look right if you have page breaks, etc.<br />
<br />
you'd still need to add the <P> and <BR> tags in where they apply.<!--content-->I guess you will find what you want in these threads<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?threadid=12687">http://www.htmlforums.com/showthread.php?threadid=12687</a><!-- m --><br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?threadid=5182">http://www.htmlforums.com/showthread.php?threadid=5182</a><!-- m --><!--content-->Originally posted by gregmondro <br />
if you just add the header tags, the page won't look right if you have page breaks, etc.<br />
<br />
you'd still need to add the <P> and <BR> tags in where they apply. <br />
he didn't say he wanted it formatted and looking pretty. if you want to go that far then you can put it in a table and then it will be word wrapped without the <p> or <br><!--content-->i was refering to using the <P> and <BR> tags for page breaks(line spacing)<br />
ex.<br />
<br />
texttexttexttexttexttexttexttexttexttext<br />
(page break)<br />
texttexttexttexttexttexttexttexttext<br />
texttexttexttexttexttexttexttexttexttext<br />
texttexttexttexttexttexttexttexttext<br />
:)<!--content-->
 
Back
Top