It looks like I should have took a peek at the code.
It looks hard coded to me.
Here's some code... there is a sidebar div at the top, the full-width one.
Then beneath that are two other sidebar divs, the split sidebars if you will sidebarleft and sidebar right.
Code:
<div id="sidebar">
<div class="widget aboutbox">
<h4>
About the author</h4>
<p><img src="<%=Utils.AbsoluteWebRoot %>themes/CrazyWheels/images/noavatar.jpg" alt="Author's photo" />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum turpis. Donec
lacus enim, accumsan a, viverra ac, fermentum in, arcu. Nullam mattis commodo elit.
Aliquam in orci. Vivamus urna sem, laoreet et, convallis a, faucibus a, leo. Aenean
libero tellus, faucibus vel, posuere ac, porttitor ut, tellus. In sed turpis. Phasellus
in sem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere
cubilia Curae; Nullam sem. Aenean eget sapien.
</p>
</div>
<div id="sidebarleft">
<div class="widget">
<h4>
Search</h4>
<blog:SearchBox ID="searchBox" runat="server">
</blog:SearchBox>
</div>
What I need to do then is track down a tutorial I remember seeing about adding two editable Widget regions, and make the top side bar another Widget Region.
I'll be back with the link when I find it for the tutorial ;)
-ty
Cool looks like I found it... going to start a new topic for this one as well...
Multiple WidgetZones in BE.NET -- http://allben.net/post/2009/04/18/Multiple-WidgetZones-in-BENET.aspx