Heigh of td element

Hi,

Recently I changed from a badly Godaddy server to something better.

There will off course be some differentiates and one I can’t figure out.

Unfortunately website is build in table/tr/td format, but my problem is that there are build a calendar with month/year in first column and days from column 2-32

That is fine, calendar are as expected, but height of each element is 4-5 times higher than it shows before, and I can’t force element to a smaller size.

Any suggestion for this

Warm Regards from Thailand
Tom

You can try to set table cell height with css:

<style> td { padding: 0px; height: 20px; vertical-align: middle; } </style>

Hi,

Thanks for your suggestion, worked fine

Kind Regards
Tom

Sponsor our Newsletter | Privacy Policy | Terms of Service