Forum Moderators: open
I know want to make breaks for my comments tags. But for some reason i cannot get it to work.
My sourceformat.txt looks like this:
<?options>
<indention enable indent="2" tabs="8" use="tabs">
<lines autowrap column="76" break="CRLF">
<omit options="0">
<element case="UPPER">
<attribute case="UPPER">
<colors text="0x00000000" tag="0x00000000" unknowntag="0x00000000" comment="0x00000000" invalid="0x00000000" object="0x00000000">
<directives break="0,0,0,0">
<?elements>
<HTML break="1,1,1,1">
<META break="1,1,1,1">
<HEAD break="1,1,1,1">
<BODY break="1,1,1,1">
<TABLE break="1,1,1,1">
<TR break="1,0,0,1" indent>
<TD break="1,0,0,1" indent>
<?attributes>
<?end>>
As you can see i have added <table>,<tr> and <td> edits, but where do i put in edits for the comments tags?
any ideas?
Webboy