rwservices
IS-IT--Management
I am trying to move all style from a page to css. I am searching all over for the css equivalent of cellpadding and cellspacing for the <table> tag.
I have found so mucjh conflicting info, and none has worked. with nothing at all , the table defaults to a padding of 1px, and a spacing of 2px. I need zero for everything. if i just have
it causes the problem to go away. I want to move this to css.
Should I use the css for the <td>'s of the table to accomplish this?>
I have found so mucjh conflicting info, and none has worked. with nothing at all , the table defaults to a padding of 1px, and a spacing of 2px. I need zero for everything. if i just have
Code:
<table width"640" cellpadding="0" cellspacing="0">
Should I use the css for the <td>'s of the table to accomplish this?>