
What are the differences between cell spacing and cell padding?

Hi,
Here is the answer,
Cell spacing controls the distance between the cells. To specify cell spacing and it's distance, you add the line CELLSPACING="pxl" to the <TABLE> tag so the final result looks like:
<TABLE CELLSPACING="pxl">
The pxl in the line, is replaced with the number of pixels you want between the cells.
Cell padding controls the distance between the text in the cell and edge of the cell. Cell Padding controls the distance between the text in the cell and the edge of the cell. To specify cell padding and it's distance, you add the line CELLPADDING="pxl" to the <TABLE> tag so the final result looks like:
<TABLE CELLPADDING="pxl">
The pxl is the number of pixels you want between the text and cell edge.
Thanks.

how to defind the code of file uploading page by using spring and hibernate
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.