jmellicker 0 Report post Posted January 12, 2011 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 207 Report post Posted January 13, 2011 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 0 Report post Posted January 14, 2011 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;"> 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
jmellicker 0 Report post Posted January 14, 2011 i modified my master CSS... Thanks!!! Share this post Link to post Share on other sites