my intention is to make a DIV the same as I do with this table:
Code:
<Table style = "background-color: # AFEEEE;
margin: 0 auto 0 auto;
border-width: medium; border-style: outset; ">
<tr>
<td align="center"">
Form 1
</ Td>
</ Tr>
</ Table>
So I need a box, centered, and that also suits the content, I do not want to put width, I want to automatically take the size of the text you have inside. I managed latter putting display: inline, but if I put that I cannot focus box.
Any idea?