Hello all. I can't seem to get my checklist box to format the way I want. I want it to only be about 150 px wide but it is filling up the entire <div> when I load it from the db. Ive posted the code in it entirety below, any help would be greatly appreciated.
<div class="blog_settings">
<form id="frmEditBlog" runat="server">
<label>
Blog Title:</label>
<input type="text" id="txtBlogTitle" runat="server" value="" />
<br />
<br />
<label>
&n ...
Go to the complete details ...