X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Centering Image Question (https://forum.x-cart.com/showthread.php?t=45763)

Duramax 6.6L 02-22-2009 08:40 AM

Centering Image Question
 
1 Attachment(s)
I am trying to center an image in the third column on my store. I can get the image to show with no problem, but can not get it centered in the row. Here is the code I used for the image.

<img src="{$ImagesDir}/mc_sc.gif" width="104" height="56" alt="Verified By Visa" />

How do I center the image in the under the boxes?

PhilJ 02-22-2009 10:28 AM

Re: Centering Image Question
 
Code:

<div align="center"><img src="{$ImagesDir}/mc_sc.gif" width="104" height="56" alt="Verified By Visa" /></div>

Duramax 6.6L 02-22-2009 12:10 PM

Re: Centering Image Question
 
Thank You


All times are GMT -8. The time now is 11:15 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.