17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1156 Views |
-
how to wrap a widget in a WidgetHolder.ss

16 November 2008 at 11:01pm
hi,
could you explain me how do i wrap a widget in a WidgetHolder.ss?
as for now, i have a Sidebar.ss
<div id="Sidebar" class="typography">
<img id="borderSidebar_tl" src="$ThemeDir/images/border_bl.png" alt="border" width="2" height="341" />
$Sidebar
</div>
<br class="clear"/>
and ss just loads the widgets into the sidebar.thanks a lot...
-
Re: how to wrap a widget in a WidgetHolder.ss

17 November 2008 at 10:41am
yeah, i read this tut, but its not what i need. when you follow this tut, all your widgets will be placed inside div #Sidebar. what i want is that around each widget is a div #sidebarBox - witch is inside #Sidebar...
something like this:
<div id="Sidebar" class="typography">
<% control Sidebar %>
$Widget
<% end_control %>
</div>
<div class="clear"></div>
| 1156 Views | ||
|
Page:
1
|
Go to Top |


