Vertical Alignment of Images
-
I need a little assistance with vertically aligning images. I’ve used several different types of code in both CSS and HTML within WordPress and nothing seems to affect the images. I’ve put images in tables using every conceivable setting in WordPress to make the image all at the bottom but nothing doing. I’ve tried adding css containerst to control things but to no avail. The images are still not lining across from each other at the bottom.
Here’s what I tried so far:
WORDPRESS
Table with images is selected and flush left setting is checked, select again and used bottom vertical alignment in both the “Table Row Properties” and Table Cell Properties”
CSS
}
td.photo-bottom {
vertical-align: bottom;
}/*AND*/
}
img td.bottom {
line-height: 100px;
}/*AS WELL AS*/
}
div.img_bottom {
vertical-align: bottom;
}/*ALONG WITH*/
HTML
<td class=”photo_bottom”>
/*AND*/
<td class=”bottom”>
/*AND/
<div class=”img_bottom”>
I’m at my wits end! Can anyone help?
- The topic ‘Vertical Alignment of Images’ is closed to new replies.