Jump to content
Sign in to follow this  
jmellicker

Trouble With Vertical Alignment

Recommended Posts

jmellicker

On the main page of my site, I have some <h4> headers that i would like to have the images be vertically aligned to the middle. I've been messing with my custom code, and when i get it to work, it over-rides all my previous custom code and changes my font, text, format, etc... i can't get it to work as is. What is the CSS I need to add to my custom code section? Thanks for the help. http://leapingbrain.com/

Share this post


Link to post
Share on other sites
Andrew

Add some classes to your table, then use: `vertical-align: middle;` on your images.

Share this post


Link to post
Share on other sites
jmellicker

Thanks for the reply. Still having some trouble on this. This is the page: http://leapingbrain.com/ This is the code that is currently in there: <td style="text-align: center;" width="48%"> <h4 style="text-align: left;">down.jpg Instant delivery.</h4> <p style="text-align: left;">MOD Machine products are delivered instantly-- leading to substantially increased sales. No shipping hassles, no costly inventory to manage, never out of stock, no lost or damaged shipments.</p> </td>

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  

×