Tagged: tables, vertical align
Hi I am having an issue with the tables when viewing it in IE.
http://kohalacenter.org/wp/spawning-guide/fish-species/
It looks fine in Firefox and Chrome, but I cannot figure out how to have the content align vertically in IE.
Hey!
Thank you for visiting the support forum!
Please try to add this on Quick CSS or custom.css:
td, tr {
vertical-align: top;
}
Regards,
Ismael
Thank you!!! Worked great.