I am having an issue with formatting columns on a static page. The data in the columns do not align to the top of the column, but seem to center align to the longest columns data. This link is what displays with the code from the html tab of the page. Strangely the visual tab shows it formatted perfectly with the border visible. Thanks in advance for your help to a total newbie. :)
http://kidsfashionpassion.com/test-table/
[code moderated - please use the pastebin]
please contact the seller of this commercial theme for support with any problems.
also, generally, please work with a tool such Firefox' add-on Firebug to investigate these kind of formatting problems. http://getfirebug.com/
help with fundamental formatting problems is not within the main scope of this WordPress forum.
your problem is caused by this style in /wp-content/themes/FlexxProfessional/css/reset.css:
table, td, th {vertical-align:middle;}
http://www.w3schools.com/css/css_table.asp
Sorry for the code posting violation. Here is the pastebin link for the html code being used.
http://pastebin.com/xEN3uMy4
Thanks alchymyth... I will look over the article that you linked to so that I can learn about CSS. So much to learn!! :)
Thanks again.