try this:

 {{block right_sidebar}}
<div id="side_color">


some other content




</div>
{{end}}


and style it like this:

<style>
#side_color {
    position: relative
    top: 2px;
    line-height:1px;
    background-color:#eeeeee;
    height:3000px;
    width:7000px;
    float:left;
    padding:1px; 
}
</style>

Should come pretty close to what you looking for


On Wednesday, February 10, 2016 at 5:01:52 PM UTC-5, rajjm...@gmail.com 
wrote:
>
> playing with blocks. 
>
> I have 
>
> {{block right_sidebar}}
>
> {{end}}
>
> I would like to set the background color different in the sidebar area 
> comparing my main page. Any help from the community?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to