View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#8
Originally Posted by pure241 View Post
is there a setting i have to change in txtpad for it to display the formatting correctly?
Check Configure > Preferences > Document Class > HTML for changing settings.
If HTML doesn't appear in the list you have to add it in the document classes but it should be there according to textpad's help:

Overview of Document Classes
A Document Class is used to define a set of attributes for a group of files. The files belonging to a document class are specified by file names or wild cards, and the attributes include tab stops, font, page layout for printing, and syntax highlighting.

When first installed, TextPad defines classes for plain text files, binary files, C/C++, HTML and Java. Any files that don't belong to one of these classes will be displayed with the attributes defined for the Default class.

To customize document classes or their attributes, choose the Preferences command on the Configure menu, then:

To create your own classes, either select the Document Classes page, or choose the New Document Class command on the Configure menu. See also How to Create a New Document Class.
To modify the members or change the attributes of a class, select its Properties page.
To modify the display colors of a class, select its Colors page.
To modify the screen and printer font of a class, select its Font page.
To modify the printer and page layout of a class, select its Printing page.
To modify the syntax highlighting attributes of a class, select its Syntax page.
To modify the tab stops of a class, select its Tabs page.
Hope it helps,
Chris