CopySourceAsHtml 2008

UPDATE : CopySourceAsHtml can be obtained from CodePlex.

I was looking for CopySourceAsHtml for Visual Studio 2008, but for some reason it’s not on the ‘official’ page so I had to search for it. There are multiple versions, but on Guy Burstein’s blog there’s more information and the only RTM version I could find.

I always search on Jan Schreuder his weblog for the following piece of css to include:

border-top: windowtext 1pt solid;

border-top-color: #CCCCCC;

padding-top: 1pt;

border-left: windowtext 1pt solid;

border-left-color: #CCCCCC;

padding-left: 1pt;

border-right: windowtext 1pt solid;

border-right-color: #CCCCCC;

padding-right: 1pt;

border-bottom: windowtext 1pt solid;

border-bottom-color: #CCCCCC;

padding-bottom: 1pt;

width: 100%;

overflow: auto;

background-color: #F5F5F5;     

Can’t live without CopySourceAsHtml now, can we?!

You may also like...

2 Responses

  1. David Frankland says:

    Very useful, thanks Dennis.

Leave a Reply

Your email address will not be published. Required fields are marked *