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?
Moderator: General Moderators
Code: Select all
<div class="box" style="padding:10px">
< stuff inside the div>
</div>