Hello,
:-O
If some one could tell me how I can have vertical border on the right side of each cell.
Suppose my table tag has the following code:
<table style="border-style:solid; border-width:1px; border-color:red;>
and my <td> tag has the following code:
<td style="vertical-align:top; text-align:left;">
I would like to know:
- How to set the vertical border on the right hand side of a cell (using the "inline style"
- How to set the color (again using the "inline style")
- The cell values, for example, are: Home, About us, Remittance procedures
Thanks a lot.
Durga Basnet