CSS for Table border.
Hi
i m using below table css:
table.report
{
margin-left:30px;
border-collapse:separate;
font-size:100%;
background:#FFFFFF;
text-align:center;
border:1px outset #3C1900;
table-layout: auto;
}
It works fine except for blank fields, if td content is blank it dosen't display any border to that td, and if td has any content than it shows border for that td, it looks weird. Any Solution?
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|