I'm trying to list "top selling product on the site
<!-- m --><a class="postlink" href="http://www.lukesplace.com/Andy_Montanas/Store/">http://www.lukesplace.com/Andy_Montanas/Store/</a><!-- m -->
How do I make the 2 elements appear side by side so that their outer border depend on the image width property?
Thanks.Change their containers: <div id="top">which should be class not id, to:<div class="top" style="float:left;width:47%;">
<!-- m --><a class="postlink" href="http://www.lukesplace.com/Andy_Montanas/Store/">http://www.lukesplace.com/Andy_Montanas/Store/</a><!-- m -->
How do I make the 2 elements appear side by side so that their outer border depend on the image width property?
Thanks.Change their containers: <div id="top">which should be class not id, to:<div class="top" style="float:left;width:47%;">