Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

valign="middle" for product_info.php


paq1200

Recommended Posts

Posted

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.

 

screen.GIF

 

Any help is appreciated

 

Mike

Posted
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.

 

screen.GIF

 

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>

Posted
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.

 

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....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...