I went back to change right and left things to direct the categories list back to what it was before because you said I don't need to change the master page right?
Then I went to default page and ad your code just above <div id="announcements"> just as followed:
..................................................................
<
div id="body">
<div id="col_main_right">
<uc1:FeaturedAd ID="FeaturedAd" runat="server" />
</div>
<div id="col_main_left">
<h3 class="section">
Browse For Boat Type
</h3>
<div class="content_right">
<uc1:CategoryBrowse ID="CategoryBrowser" runat="server" AutoNavigate="True"></uc1:CategoryBrowse>
</div>
<div id="Div1">
<uc1:CategoryBrowse ID="CategoryBrowse1" runat="server" AutoNavigate="True"></uc1:CategoryBrowse>
</div>
<div id="announcements">
................................................................................
what effect the code did to the home page was it shift all categories in two columns view (still 2) on the the left narrow panel
and add another set of identical categories list but a little larger font under the original one. what have I done wrong. what I try to do was,
I try to fit the categories list in the narrow left panel in only one column view. I will find the way to put drop down list for the sub categories if it only list the top level one.
your help are always appreciated
thanks