Google
 

«           »

Centering Fieldsets

Posted January 4, 2006 – 11:06 pm by Yakov Shafranovich in Programming

A quick piece of CSS to center a fieldset:

<div style="width: 200px; text-align: center; margin-left: auto; margin-right: auto;"> <div style="text-align: left;">
<fieldset>
...
Here is an example:

 

Tags: ,

Permalink | Trackback URL | This post has

Post a Comment