Hi... in the HTML checkbox, some part of space is taken by default from all the sides... i want to remove the space from the left... how do i do it...

Thankyou
Rohit

Recommended Answers

All 3 Replies

hi there
for removing the space, u can make custom style like this

.checkboxstyle {
     margin-left: 0;
     padding-left: 0;
  }

hope it helps

hi there
for removing the space, u can make custom style like this

.checkboxstyle {
     margin-left: 0;
     padding-left: 0;
  }

hope it helps

Nope.. it did not.... anything else..?

Some browsers do not allow certain styles on form items.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.