Could this be remedied?
Printable View
Could this be remedied?
What do you think am I doing?
CSharp Code:
[STAThread] statis void Main() { Application.Run(new frmTest()); }
Sorry, didn't know you had replied before I deleted my post. I wonder why it is appearing like that? I can't see any reason why it would be like that.
I can see "[" in your code also.
Edit:
[ is being translated to: & # 9 1 ; (without the spaces).
Nightwalker83: why have you deleted your two previous replies?
Does this work?
Edit:Code:[STAThread]
statis void Main()
{
Application.Run(new frmTest());
}
That is using the code tags.
Using the CODE tag works, only problem is the HIGHLIGHT for CSharp.
The problem happens with all languages in the highlight tags.
We'll have to have Joe or Heidi look into this.
Brad
we think this issue may have been addressed.
It looks good to me (Firefox 3.5).
Thanks Joe, and presumably Heidi too :thumb:
Good to know its fixed. Just another thing, will it be difficult to add a button that will let us copy the HIGHLIGHTed code? :afrog:
most modern security settings on browsers don't permit access to the clipboard easily. Much easier to just hit control a, control c.