Add multiple style to a Div inside a php doc?
Posted: Wed Jan 14, 2009 11:06 am
I don’t know if that question should be here, and the answer is probably easy....
I have a PHP doc, inside that doc I have:
I like to add more style to the div class="box" style="padding:10px"
like a border thickness and color.
How to?
I have a PHP doc, inside that doc I have:
Code: Select all
<div class="box" style="padding:10px">
< stuff inside the div>
</div>like a border thickness and color.
How to?