Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-07-2004 07:38:30

nazeelp
Member
Registered: 05-07-2004
Posts: 6

Products Displayed In Table Format

I was trying to display products in table format with a table header. I managed to display the products in table format by creating a new html element  Under HTML Pages & Elements | Manage Category Product Displays | Table display.
   
But how do I create a table header row?.

Any Idea?

Regards

Naz

Offline

 

#2 05-07-2004 17:54:24

scoutch
Banned
Registered: 07-03-2003
Posts: 3167

Re: Products Displayed In Table Format

Would it be possible to post the URL please ?

Also, could you be more specific about the table row ?

You seem to be looking for a simple table creation to put rows in it. Is it the case here ?


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#3 05-10-2004 07:52:01

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Products Displayed In Table Format

You'd need to create an element for the header row and make a call to it from within the 'ste_prod_detail' routine in the ./cgi-bin/library/modules/ste_prod.pl file.

Make a call to it after this:

Code:


&display_print('ste_strhd_prod');

Using the same format (but substituting your own element name').  Otherwise, just add your HTML to that element.


Nick Hendler

Offline

 

Board footer