Hi there: I have a table that looks perfect in ie6 but not is ie7. The problem is here... <Table><tr><td align=right>xxx</td>.... This right aligns the contents of the cell (xxx) in ie6 but not in ie7. How to make it work in both. Thanks
Tables are not seo friendly and not fixed(?). You better use div's, they are fixed(?) and seo friendly. + The source will look much better and synoptic(?). Can you give us a link + a link to your css? //Sorry, my english isn't so good.
then try to use this: <table><tr><td> <div align=right>All Contents of the table cell</div </td></tr></table>