i'm looking for portable softare that can convert a text to html
for exmaple like this site http://4html.net/Online-text-to-HTML-converter-831.html
i like sinwrite or notpad++ but can do them
for eample
_________ ->in blue
Test ->bold
the code is
<p><span style="color: #3366ff;">_________</span></p>
<p><span style="color: #ff6600;"><em><strong>Test</strong> </em></span></p>
Code: Select all
<p><span style="color: #3366ff;">_________</span></p>
<p><span style="color: #ff6600;"><em><strong>Test</strong> </em></span></p>