quietflyer Posted November 21, 2003 Posted November 21, 2003 I want to be able to move the product image to the left, instead of the right, how do i do this, easily? Also, can i move the Add to Cart and reviews bar above the description?
ashlyn Posted November 22, 2003 Posted November 22, 2003 in the product_info.php file, you will see the code for the image around line 120-125. It sits in a table within a table, with the description in another table within that table, so you would have to swap them around. The code for description is below that chunk of code for the image, so save the original file in a backup folder first before you edit. It wouldn't be "easy" but shouldn't be too difficult.. The reviews and add to cart buttons are around line 250, and also in their own little table, so you could chop this table out and place it up around line 115. The most fiddly part is getting all the tables closed. If you have open tables, it's going to screw up the whole page. You could also try taking all the code out of the tables, bit by bit and going from there? Make the style in the stylesheet so that it will look the way you want it to.. ------------------------------------------------------- I used to be insane, but now I'm just nuts ;)
quietflyer Posted November 24, 2003 Author Posted November 24, 2003 Thanks Ashlyn, thats waht I needed to know. It actually was realy easy using GoLive, all I had to do was move the tables around, worked great. Thank you. Cory
Recommended Posts
Archived
This topic is now archived and is closed to further replies.