It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

how to remove cell spacing

how to remove cell spacing

Postby sukriti on Thu Mar 26, 2009 8:29 am

hi every one . i am taking six buttons images in 6 <td>.it is wrkingtheir is litle gap between this which i don't want .i have given cellspacing =0
even then gaps is their can any one tell me how to fill this gap between two tds.
sukriti
 
Posts: 3
Joined: Thu Mar 26, 2009 7:42 am

Re: how to remove cell spacing

Postby rangana on Thu Mar 26, 2009 9:15 am

Have you tried resetting the cell padding too?
Code: Select all
<table style="padding:0px;">


If the gap is still visible, try the famous CSS' reset technique:
Code: Select all
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
</style>


If the problem still persists, please show some of your markup for us to play with.
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines

how to remove cell spacing

Postby sukriti on Thu Mar 26, 2009 10:59 am

thanks for replying but its not working.
sukriti
 
Posts: 3
Joined: Thu Mar 26, 2009 7:42 am

Re: how to remove cell spacing

Postby sukriti on Thu Mar 26, 2009 12:01 pm

thanks.....................

I placed ur code in every TD tag and TABLE tag also and I achieved my desired result.
sukriti
 
Posts: 3
Joined: Thu Mar 26, 2009 7:42 am


Who is online

Users browsing this forum: No registered users and 6 guests