Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<html> <head> <title>My Sexy Application</title> <link href="myapp.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="menu_wrapper"> <ul id="menu"> <li class="active"><a href="myapp.html">Home</a></li> <li><a href="myapp.html">About</a></li> <li><a href="myapp.html">Contact</a></li> </ul> <div style="clear: both;"></div> </div> <div id="contents"> Contents go here </div> </div> </body> </html>
This paste will be private.
From the Design Piracy series on my blog: