aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes fieldset alignment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "fieldset alignment" Watch "fieldset alignment" New topic
Author

fieldset alignment

Pranav Sharma
Ranch Hand

Joined: Oct 27, 2003
Posts: 254
I have the following fieldsets, and want them next to each other but with space in between them. However these show up side by side without any space in between them.
How do i do this

kundan varma
Ranch Hand

Joined: Mar 08, 2004
Posts: 322
what if you use nbsp; ??

Thanks
kundan


SCJP1.4,SCBCD,SCEA,CNA
Failures are practice shoots for success.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
margin-left: 3px;
margin-right: 4px;

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: fieldset alignment
 
Similar Threads
Div positioning problem
JSP session tracking problem
fieldset and form problem
Is it possible to put a button inside autocomplete in jquery ui plugin?
Radio Select and Other