How on earth does one center tables?
-
Hi all-
I’m about to step out on the ledge with this one…
I use the extended version of TinyMCE which, like all WYSIWYG editors, has offered me little more than a convincing argument that I need to learn HTML and CSS so that I can chuck these profoundly useless broken toys in the trash once and for all.
I have a simple two column – two row table that I have inserted using the editor. I’ve read dozens of posts and applied hundreds of lines of code that eventually came to benefit those who have had the same problem but alas I am sitting here dumbfounded staring at my left-aligned table.
Also, I keep trying to take out the </table> piece from the 1st line of the code below as I think it’s only supposed to appear at the end of the table reference. When I remove it and update the page again, it reinserts itself back in the same place. Could this be the problem?
Any help would be greatly appreciated.
https://www.soldierfinancial.com/loan-programs
<table align="center"></table><table class="aligncenter" border="0" cellspacing="10" cellpadding="10" align="center"> <tbody> <tr> <td><a rel="attachment wp-att-1185" href="https://califund.com/loan-programs/attachment/house-for-sale/"><img class="aligncenter size-full wp-image-1185" title="house-for-sale" src="https://califund.com/wp-content/uploads/2011/05/house-for-sale.jpg" alt="" width="150" height="150" /></a></td> <td><a rel="attachment wp-att-1184" href="https://califund.com/loan-programs/attachment/refinance-2/"><img class="size-thumbnail wp-image-1184" title="refinance" src="https://califund.com/wp-content/uploads/2011/05/refinance-150x150.jpg" alt="" width="150" height="150" /></a></td> </tr> <tr> <td align="center"> <h2><span style="color: #3366ff;">Purchase</span></h2> </td> <td align="center"> <h2><span style="color: #3366ff;">Refinance</span></h2> </td> </tr> </tbody> </table>
- The topic ‘How on earth does one center tables?’ is closed to new replies.