TheSwamp FAQ > Problems? ( guest posting allowed )
'+' character missing between code tags
(1/1)
Jeff H:
Has anyone else had issues with ' ' character not showing up between code tags?
--- Code: ---
Rectangle colorRectangle = new Rectangle(e.Bounds.X xOffset, e.Bounds.Y yOffset, width, height);
--- End code ---
--- Code - C#: --- Rectangle colorRectangle = new Rectangle(e.Bounds.X xOffset, e.Bounds.Y yOffset, width, height);
Of course now it is working now that I am trying to reproduce it but I have had to go back to and add ' ' and few occasions.
*******************************Edit***************************
Did a modify not related to code and now they disappeared in first line or between code tags.
Also disappear after spell check so thats why only happened a couple times for me.
Should have been
--- Code: ---Rectangle colorRectangle = new Rectangle(e.Bounds.X + xOffset, e.Bounds.Y + yOffset, width, height);
--- End code ---
*******************************Edit***************************
Navigation
[0] Message Index
Go to full version