Tagged Questions
4
votes
4answers
387 views
Wiki style text formatting
I'm looking for some kind of text-parser for ASP.NET that can make HTML from some style of text that uses a special format. Like in Wiki's there is some special syntax for headings and such. I have ...
3
votes
3answers
431 views
How do I get HTML Tidy to not put newline before closing tags?
HTML Tidy has this infuriating habit of putting a newline before the closing tag. For example:
<p>Some text</p>
becomes
<p>Some text
</p>
How do I tell Tidy to keep the ...
3
votes
3answers
234 views
Safe Web Text Formatting
I am building a web application that will need to allow users to save formatted text to a database. Basically they just need to be able to change font color, font background color, font size, bold, ...
0
votes
1answer
110 views
Visual Studio HTML designer adds a <p></p> every time I switch to design view, I end up with a gazillion lines
I use split view, whenever I change the HTML code and switch to design view (clicking that popup "Design view is out of source view blah blah") VS adds 3 lines to the HTML.
eventually it has many ...