unitedskeeball 0 Report post Posted October 30, 2009 If I am using the custom field option on a post to pull in something into the sidebar and I want to have the default sidebar box styling (box, backgrounds, etc) what code / html / would I need to use? Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 2, 2009 Sure to create widget with Html you will need the following markup: <div class="widget"> <div class="winner"> <h3 class="wtitle">Your Title</h3> <div class="wcontent"> WIDGET CONTENT ... </div> </div> </div> Share this post Link to post Share on other sites