paq1200 Posted March 21, 2007 Posted March 21, 2007 Is there a way to valign the text to middle on the product_info.php I am trying to get the text aligned with the image. Right now the text is aligned at the top. Any help is appreciated Mike
aegrnberg Posted March 22, 2007 Posted March 22, 2007 Is there a way to valign the text to middle on the product_info.phpI am trying to get the text aligned with the image. Right now the text is aligned at the top. Any help is appreciated Mike The image is in its own table... Maybe you could just add a couple of page breaks <br><br> right above the description? <br><br> <p><?php echo stripslashes($product_info['products_description']); ?></p>
jonquil Posted March 22, 2007 Posted March 22, 2007 Is there a way to valign the text to middle on the product_info.phpI am trying to get the text aligned with the image. Right now the text is aligned at the top. Mike Hi Mike, You should consider aesthetics here and what the visitor will see when going from product to product. Since the probability of having the same number of characters for every description is slim to none, what visitors will see it a block of description text inconsistently starting from various positions beside an image that is always in the same place. This is visually awkward (some may say annoying). As well, you are in control of your image and the white space you create around it, whether this is the way you created the image or how you are setting the v-space top-bottom, left-right. I'd work with your image white space, rather than the description text. Just my .02 :) jon It's all just ones and zeros....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.