So I am working on a helper which I want to dynamically set the div's size.
I am using this:
echo $this->Html->style(array('height' => '200px',));
But only getting this:
height: 200px;
Where as I want something like this:
div#mycontainer{ height: 200px; }
Does anyone know how to use the HTML->style function with div's &
brackets? Thanks
~Michael
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.