I have started within the past two months learning html and css.
I started a site but i can work out how to have the cells touch completely, there is always a space between them.
I take it there is a css code to stop this, i have tried changing the border, padding and spacing to 0px but it still doesnt work, any ideas?
thanks in advancedont use tablesit is actually a small table for actually holding data, the reason theyre supposed to be used for, everything else (including the table) is positioned, sized and formatted with css.
Any help would be appreciatedhave u tried margin aswell
and to what have you applied these styles.
do you have a linksorry no link, its all local atm,
the css is applied to the td (cell) which is also classed, i could post the code if that would help?table { border-collapse: collapse; }Brilliant! thanks for your help
I started a site but i can work out how to have the cells touch completely, there is always a space between them.
I take it there is a css code to stop this, i have tried changing the border, padding and spacing to 0px but it still doesnt work, any ideas?
thanks in advancedont use tablesit is actually a small table for actually holding data, the reason theyre supposed to be used for, everything else (including the table) is positioned, sized and formatted with css.
Any help would be appreciatedhave u tried margin aswell
and to what have you applied these styles.
do you have a linksorry no link, its all local atm,
the css is applied to the td (cell) which is also classed, i could post the code if that would help?table { border-collapse: collapse; }Brilliant! thanks for your help