PDA

View Full Version : html catalog page


littlejohn
Aug-30-2008, 01:48 PM
I am trying to make a page that shows a catalog of items that can be bought through smugmug's. I have gotten most of the catalog to show up but it is not in the format that smugmug has it. I am not sure what I should not have cut out of the html code and what I should take out. I have played with it but it does not seem to be getting any better. It dose not show up in a box with the photos of the items. What do I need to do to get it to work. The page is : countrybyways.smugmug.com/gallery/5834834_UbFer and what I am after is : http://www.smugmug.com/gallery/3840138_dkvsf but I don't want the print options. Thanks for any help.

Neil

richW
Aug-30-2008, 03:44 PM
I am trying to make a page that shows a catalog of items that can be bought through smugmug's. I have gotten most of the catalog to show up but it is not in the format that smugmug has it. I am not sure what I should not have cut out of the html code and what I should take out. I have played with it but it does not seem to be getting any better. It dose not show up in a box with the photos of the items. What do I need to do to get it to work. The page is : countrybyways.smugmug.com/gallery/5834834_UbFer and what I am after is : http://www.smugmug.com/gallery/3840138_dkvsf but I don't want the print options. Thanks for any help.

NeilTry pasting the code in again from my text file here: http://www.lmsportspix.com/docs/catalog.txt

I just added the html tags in it, so copy all the text and paste in the gallery description. See how that works.....


edit: as you can see the catalog is done with tables. A 'free' html editor mght make changing the prices a little easier.
http://www.nonags.com/nonags/htmledit.html

Gift section example and code here:
http://www.smugmug.com/gallery/5837839_qWu9q


Print section example and code here:
http://www.smugmug.com/gallery/5837923_aVEUy


Complete catalog example and code here:
http://www.smugmug.com/gallery/3840138_dkvsf

littlejohn
Aug-31-2008, 07:21 AM
Thanks for the help. It worked:barb

Neil