fieldset tag introduces some space...How to reduce that??

liunx

Guest
Hi All,<br />
I use fieldset and legend inside table tags. It introduces lot of space between two fieldset tags. I want to reduce the space. Is there any attribute or any other indirect way to acheive this.<br />
<br />
Urgent help needed.<br />
<br />
Bye from Saravanan A<!--content-->Using legend produces the space between the fieldsets<!--content-->yes. legend introduces only some space. <br />
fieldset also introduces space (i think). <br />
<br />
Is there any attribute available in these tags, so that i can control the space between them.<br />
<br />
regards<br />
saravanan A<!--content-->Use CSS to reduce the spacing.<!--content-->Hi Robert,<br />
<br />
You mean, i can acheive this bordering with CSS ( by dropping fieldset and legend tags)<br />
<br />
ok. i will try my hand with CSS...<br />
<br />
<br />
bye<!--content-->Rob: do you mean use css for spacing or do you mean use css like<br />
<br />
fieldset, legend {<br />
margin:0px;<br />
padding:0px;<br />
}<br />
<br />
?<!--content-->There are various ways but yes the above would work and for your amusement: <!-- m --><a class="postlink" href="http://lists.w3.org/Archives/Public/w3c-wai-ig/2001AprJun/att-0523/fieldset_style_test-CSS.html">http://lists.w3.org/Archives/Public/w3c ... t-CSS.html</a><!-- m --><!--content-->
 
Back
Top