Skip to content

Instantly share code, notes, and snippets.

@batasrki
Created June 22, 2009 20:23
Show Gist options
  • Save batasrki/134164 to your computer and use it in GitHub Desktop.
Save batasrki/134164 to your computer and use it in GitHub Desktop.
<label>Blah</label>
<asp:Textbox id="something" runat="server"></asp:Textbox>
<div class="clear"></div>
TO
<div>
<label>Blah</label>
<asp:Textbox id="something" runat="server"></asp:Textbox>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment