Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move product image from right to left


zalik22

Recommended Posts

Hi,

 

Right now, the product's image is on the right of the description (default). I would like the picture left justified instead of right justified. How can I do this?

 

Thanks!

Link to comment
Share on other sites

product_info.php

 

instead of:

 

<table border="0" cellspacing="0" cellpadding="2" align="right">

 

change to:

 

<table border="0" cellspacing="0" cellpadding="2" align="left">

 

Vger

Link to comment
Share on other sites

Hi,

 

Right now, the product's image is on the right of the description (default).  I would like the picture left justified instead of right justified.  How can I do this?

 

Thanks!

 

Thanks for the quick reply! I tried searching but didn't have much luck. Once again, thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...