Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 423
Message ID: 1
#1, 1. Convert txt files to html pages.
Posted by Kurt on Aug-14-10 at 09:40 PM
In response to message #0
LAST EDITED ON Aug-14-10 AT 10:13 PM (PST)
 
Convert txt files to html pages.

Once you set this up, you won't have to do most of it ever again.

You can use and create a wide variety of templates and after you follow these basic steps, you'll be able to quickly take some text files and make them into decent looking web pages (html), including basic SEO.

1 Download this freeware program Easy Text to HTML Converter:
http://www.easyhtools.com/download.php?location=files/eth_setup.zip

2 After you install it, open the program folder and then in the templates folder open default.html in a text editor.

3 Paste in the html code (in blue below) and save. The converted html files will use this template and I've set it up for us to exploit using the Tuelz.

4 The hardest part of this whole thread: Open the folder than has all your txt files and rename each one using this exact structure:

Big Blue Widgets.txt
Narrow Yellow Squares.txt
Big Dog Training.txt
Stuff.txt

Note the blank spaces inbetween keywords.

This is used for your most essential and basic SEO and this is the format that works with Easy Text to HTML Converter as it will use the file names to add to pages titles and header tags, etc.

5. Open and Easy Text to HTML Converter.

Be sure to check these setting.

- Go to FILE => OPTIONS => FORMATTING

1 Check "Format using paragraphs <p>

2 Check "Apply Template" and select the default.html you modified in step 3.

NOTE: You can also Go to FILE => OPTIONS => PROCESSING

Then modify the "Replace Symbols" settings. For best results:

Uncheck the first three.

Check the last three.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>%TITLE%</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=%ENCODING%">
<style>
body, div, p, th, td, li, dd {
/* redundant selectors to help NS4 remember */
font-family: Verdana, Lucida, Arial,
Helvetica, sans-serif;
font-size: 14px;
}

table {border: 0px solid white}
td {border: 0px dashed gray}
</style>

</HEAD>

<BODY leftmargin=100 rightmargin=100 topmargin=0>

<!-- top -->

<table cellpadding=8>

<!-- left top -->

<tr valign=top><td width="75%">
<H1>%TITLE%</H1>

%MAINTEXT%

<!-- left botton -->

</td>
<td><br> </br><b>Also see:</b><br>
<!-- right top -->

<!-- right botton -->

</td>
</tr>

</table>

<!-- bottom -->


<!-- footer -->

</BODY>
</HTML>