Problem using 'zero border' tables for layout design

Hi,

I have two cells in a table that are next to each other. The one on the left has about 2000 words and some images in it (content). The cell on the right has social plug-ins in it (less space taken up than the left cell).

The problem is the social plug-in is located in the middle of the cell - so there is white space above and below. I need to move the social plug-in up to the top of the page (top of the cell in the table). How do I do this?

Thanks,

Matt.

Leaving aside the fact that you really shouldn’t be using tables for layout, you can change the alignment using vertical-align in your CSS - or, if you really must, by using [URL=“http://reference.sitepoint.com/html/td/valign”]valign on the table cell.

yes - thanks TechnoBear - that works

thanks TechnoBear its also solve my problem