Centering the CGI generated item/price info when ordered...

greenspun.com : LUSENET : S-Mart Shopping Cart : One Thread

Hello, I have a question about S-Mart. I am wondering how to center the generated table with the item and price listings on the review and order pages. I tried entering the HTML center command in the Smart.cgi file but it only caused an error.

I would appreciate it if someone could tell me how to center the table. If you would like to see what I mean, please visit :

Http://www.michigan-computer-corp.com/Mac/Computers.html

Thank you very much, Jon

-- Jonathan Ozeran (jo3ohil@moa.net), December 30, 1998

Answers

The way I manipulated the location of the generated tables was to do a javascript in the header using the style command to set the location then using div as the last command in the header to locate the table in the location specified in the style command. The problem with that is the footer then doesn't have anything to anchor on so I have to but a bunch of line breaks to make it go down far enough that it won't interfere with the generated table in the buy1 command. It sorta works, but needs refinement. Maybe it will get you thinking along a new direction tho.

Rick

-- Rick Clevenger (Rick@Clevenger.com), February 02, 1999.


# In your S-Mart.cgi file find the line that has # # #List items in cart # # 8 lines below that find the line # # print "
\n"; # # change that line to this # # print "
\n"; # # Just put
before

-- James L. Farmer (jim@team-blankets.com), May 29, 1999.
Moderation questions? read the FAQ