Adding and Aligning images on my shop...
I am not well versed in CSS, but I do know the basics of html... I have added a couple of images to my shop home page by using the add html box, but they are lining up off center of my products on the page that are beneath it.. It may have to do with my image size or the CSS but not sure what I need to do to fix it.. If anyone could help me out, I would greatly appreciate it.. Here is the link to my shop
http://gothotroks.com/
http://gothotroks.com/
No help on this? I have tried everything and the pics keep getting forced to the right.. It is probably something in the CSS file that is causing it, I just dont know how to fix it... Thanks
I just followed through your link... I went through several pics (didn't have time to click on all of the
) and I'm not seeing a problem at this time. I'm on FF browser, from a Linux system, 1023 x 768 display. Everything lines up where I would expect them to based on other carts that I've seen.

Living the dream, stocking the cream

Thank you for checking this out.. Just to clarify, I am not talking about the product pics, I am talking about the banner photos, the first one says original, handmade, unique with photos of beads in the background, and the second one is directly underneath that.. I have tried it out in FF, IE, and Chrome and those two pics do not line up with the products underneath them.. They shift a little to the right.. Thanks again for looking at this for me...
Ok, now I see what you're saying... I wasn't fully awake before 
You might want to experiment with the margin tag in these two lines:
<img src="http://i78.photobucket.com/albums/j90/brake4boxes/body_bg-vertx2.jpg" border="0"> (line 70?)
<img src="http://i78.photobucket.com/albums/j90/brake4boxes/front.jpg" border="0"> (line 73?)
The format for margin is
with the first 0 being top, next is right, third is bottom and last is left. Insert some #'s into there to play around and see where it end up. Just make sure to ALWAYS have a back-up of your working file before you start playing.

You might want to experiment with the margin tag in these two lines:
<img src="http://i78.photobucket.com/albums/j90/brake4boxes/body_bg-vertx2.jpg" border="0"> (line 70?)
<img src="http://i78.photobucket.com/albums/j90/brake4boxes/front.jpg" border="0"> (line 73?)
The format for margin is
margin: 0 0 0 0
with the first 0 being top, next is right, third is bottom and last is left. Insert some #'s into there to play around and see where it end up. Just make sure to ALWAYS have a back-up of your working file before you start playing.
Living the dream, stocking the cream

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.