Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to add small pictures to the left column


ebayer

Recommended Posts

Posted

Hi, guys

I put the codes below into the bottom of the column_left.php

 

<tr><td class="leftcolumn" align="center"><IMG SRC="images/ssl.gif" ALT="1024 bit SSL" ALIGN=right><br><br><td></tr>
<tr><td class="leftcolumn" align="center"><IMG SRC="images/secureshop.gif" ALT="Secure Shop" ALIGN=right><td></tr>
<tr><td class="leftcolumn" align="center"><IMG SRC="images/ips.jpg" ALT="Internet Payment System (China)" ALIGN=right><td></tr>
<tr><td class="leftcolumn" align="center"><IMG SRC="images/boc.gif" ALT="Bank of China" ALIGN=right><td></tr>

 

But then all the images stand to the right of the left column, and the result is ugly.

I hope to put them in the horizonal center.

Can some one give me your suggestion?

 

Many thanks

Posted

As these td's dont appear to have any text, take out the class statement - at present it says <td class="leftcolumn".....> which Im presuming has a right align setting in your stylesheet. Change it to plain <td> and your images should align nicely!

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Archived

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

×
×
  • Create New...