Change cellspacing of just one cell?

liunx

Guest
Is there a way to remove the cellspacing for one of your cells? E.g.<!-- m --><a class="postlink" href="http://www.heresmary.com/example.bmp">http://www.heresmary.com/example.bmp</a><!-- m --><td style="padding:5px">

or

<td style="margin:5px">

5 being the value you wantIf you used css yes...

give all the td's a margin and give the one cell you don't want any cellspacing an id and use that in your css to remove any margin.Thanks for the help, it worked well :)W3C would suggest using css only to impliment design, and xhtml tables to basically design an excel looking table, holding info more or less.W3C would suggest using css only to impliment design, and xhtml tables to basically design an excel looking table, holding info more or less.

I'm loosing the will to rant about bad code at this moment in time. I thought i would be nice and just help this time.
 
Back
Top