Page 1 of 1

Add multiple style to a Div inside a php doc?

Posted: Wed Jan 14, 2009 11:06 am
by Chacapamac
I don’t know if that question should be here, and the answer is probably easy.... :roll:

I have a PHP doc, inside that doc I have:

Code: Select all

<div class="box" style="padding:10px">
 < stuff inside the div>
</div>
I like to add more style to the div class="box" style="padding:10px"

like a border thickness and color.

How to?

Re: Add multiple style to a Div inside a php doc?

Posted: Wed Jan 14, 2009 11:08 am
by papa
You don't want to edit the original class ?

Re: Add multiple style to a Div inside a php doc?

Posted: Wed Jan 14, 2009 12:06 pm
by Chacapamac
Not sure what you mean?