Quote:
Originally Posted by Capo64
why not just have a class for your legend and save some clutter?
<fieldset><legend class="head">This is the text</legend></fieldset>
legend.head{ font-size: 110%; font-weight: bold; color:#AC6A0B; margin: 0 0 0 0; padding: 0 5px;}
|
and instead of using "margin:0 0 0 0" use "margin:auto;" or "margin:0"
no need to have all the extra 0's in there.. the browser will automatically make all 4 sides 0. "margin" is the command for all 4 sides.. it only targets
one side if you use margin-left ect...