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
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
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.