Jump to content
Sign in to follow this  
neilkadakia

Tables are coming out messy on wordpress

Recommended Posts

neilkadakia

Hi All. Please help me with this, it's happening all over my site after I installed pagelines pro. When I build a basic table -

<table>
	<tr>
	<td>
	(There's image HTML code here)
	</td>
	<td>
	Text that corresponds to blah image
	</td>
	</tr>
	</table>
	
Cell #2 is appearing below Cell #1, vertical alignment wise. I can't figure out why it won't just stay side by side. One solution I had, that only worked on the first cell, was to make it
	<td rowspan=2>
	

Here's an example of what's going on: http://www.neilandarchana.com/?page_id=297 Please help me to get this stuff aligned!

Share this post


Link to post
Share on other sites
cmunns

Looks like you got this figured out. For the future you'll need to probably set specific CSS for td, tr, etc.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×