none
Posting code into code editor added more than I did RRS feed

  • General discussion

  • Hello,

    While responding to a post I added example code, came back several hours later to see if anyone reponded and noticed that one of the code blocks I posted had more in it (and incorrect) than I posted. I edited the post, same thing happened.

    http://social.msdn.microsoft.com/Forums/en-US/visualstudiogeneral/thread/d528032f-4892-4405-a54e-80cffb24ce69

    Not sure how this will turn out, the following is what I posted, the <a href="" viewed as <a Orginalhref="", I did indicate the code was VB.NET

    Dim ImagesParts =
        <div id="slider">
            <%= From T In Images...<Image> Select <a href=""><img src=<%= T.<Name>.Value %> title=<%= T.<Title>.Value %> alt=<%= T.@ID %>></img></a> %>
        </div>
    Any ways thought it would be prudent to mention this.

    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

    • Moved by Naomi N Thursday, March 28, 2013 3:07 AM Forum's issue
    Tuesday, March 26, 2013 7:59 PM