8
Is there any way? I don’t want CSS either external or internal, only pure html. Follow my code.
<table widths="30;60" cellpadding="1.5" border="1">
        <tr>
            <td>
                <p >Data:</p>
            </td>
            <td bgcolor="#dddddd">
                <p>@Model.DatFormulario</p>
            </td>
        </tr>
</table>
						
And to manipulate the edge of a tr or td? I couldn’t do it the same way the table does.
– Joao Paulo
They made a change for me using bgcolor, thanks @Matheusbessa
– Silvio Andorinha
Firefox has a color 3D border.
– Miguel Angelo
The only way I could find to take effect
collapsed, is to use the background/cellspacing trick.– Miguel Angelo