Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just Have One Problem


Marty1976

Recommended Posts

Here is my shop: http://www.alliancewargames.com/osc/index....2bc6ec7299b76cb

 

See how the product images are to the left of the boxes, is they anyway to bring them over slightly so they're nearer the text, and increase the amount of text that can be displayed in the box so it will show more of the products name and description?

 

I've been trying to fix this for hours and i can't find a solution, i bet it's so simple aswell? Thanks if you can help.

Link to comment
Share on other sites

Try use <center> and when you provide a link - make shure that work.

 

Or what you could do is find out where the image is being placed in the code, and right before it, do a   or 2 before the image gets loaded. What osCommerce does for spacing, however, is use their

tep_draw_separator('pixel_trans.gif', '5', 100%');

The 5 represents the width, and the 100% means the height. These values are in pixels, and using percentages lets you adjust how far the set the image based on the broswer window or table cell, whichever it is that the image is located in. I've used that quite a bit in my shops, and it helps me space out stuff really easily.

 

Another simple thing that you can do is find out where the cellpadding and cellspacing for the tables are being set and increase those numbers (in pixels) to no more than 5. I say 5 because then things start to look pretty far apart by then.

 

Good luck!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...