yubnub Posted November 30, 2007 Posted November 30, 2007 Hi, I would like some adivce on which file i should be looking to edit. When my index page loads, the "main" content is new_products.php - this works fine and everything displays as it should. When a category is selected that has no sub cats the "main" (in the center of the site) is product listing - this is also fine when a category that has no sub cats is clicked the "main" content is new_products.php - though this time the alagnment is out slightly. What file do you think would cause this? - new_products or categories.php Here is the link (remove all spaces) www. s c u b a d i v i n g st or e . co uk take a look at the index page, then look at the "misc" category many thanks for you time anthony
jonquil Posted November 30, 2007 Posted November 30, 2007 Your New Products are listed in Columns. Your Product Result's (please take out that apostrophe!) are listed in Rows. You can adjust these settings in Admin, but that's not your problem :) Now, on your New Products, you have a nice graphic: big_sale.jpg 383 px wide, 3 px of padding. Your <table width="356".. and therein lies your problem :) jon It's all just ones and zeros....
yubnub Posted November 30, 2007 Author Posted November 30, 2007 Your New Products are listed in Columns.Your Product Result's (please take out that apostrophe!) are listed in Rows. You can adjust these settings in Admin, but that's not your problem :) Now, on your New Products, you have a nice graphic: big_sale.jpg 383 px wide, 3 px of padding. Your <table width="356".. and therein lies your problem :) jon hi, many thanks for answer, is there any reason why there is no problem when the same new_products file and big_sale appear together on index.php?
jonquil Posted November 30, 2007 Posted November 30, 2007 hi, many thanks for answer, is there any reason why there is no problem when the same new_products file and big_sale appear together on index.php? Do a search for this: </tr>--> It should be </tr>//--> Also search for this: style="padding-right:1px; The closing double quote is missing. Best I can do for now. jon It's all just ones and zeros....
yubnub Posted November 30, 2007 Author Posted November 30, 2007 Do a search for this: </tr>--> It should be </tr>//--> Also search for this: style="padding-right:1px; The closing double quote is missing. Best I can do for now. jon Many thanks for your help john, have tidied up the errors you kindly pointed out. the box that the text main lives in above the newproducts was slightly to wide - have reduced this and sorted the problem, thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.