ok, so I have a situation where I need to put in some inline css, for
example...
@widget.height is what I need to put into it...
/ Inline Style for Theme
%style{:type => "text/css" }
:plain
#calendar_container {
height: = @widget.height;
background-color: #ffffff;
border: 1px solid #cccccc;
}
The above doesn't work, I have tried many variations, can anyone point
me in the right direction?
Thanks
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---