Add new Blog Post WYSIWYG horrors
First of all, I am not even talking about FireFox or Opera, it's IE6 what I try to use to make a new post. I copy-paste the code from Visual Studion or even do it through Word, but there's no way I can get the same look of code snippets:
This is copied straight from VS:
/// <summary>
/// Initialises webpage.
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Page_Load(object sender, System.EventArgs e){
...
{
}else
{
...}
}
And this - VS -> Word -> Here:
/// <summary>}
The 1st is too much spacing between lines, 2nd looks OK even when I do a Preview here, I do get what I see, but, once I post it, it would wrap everything horribly, so in fact What You See Is Not What You Get (WYSINWYG)
=(