Forums

ASP

This topic is locked

is it possible?!?!

Posted 06 Aug 2002 06:28:05
1
has voted
06 Aug 2002 06:28:05 Tony Chronopoulos posted:
I have a table with 3 columns. In each column, there is a picture (advertisement) that is 216x160. I want to create an application for administrators that will allow them to control the ad booking and locations. An ad spot is booked & parked for 2 months at a time.

The plan:

To make a table with following fields (or similar)

<pre id=code><font face=courier size=2 id=code>

adLot_id adLot_name adLot_userID

1 lot_a 5
2 lot_b 34
3 lot_c 19

[autonumber] [text] [number]

</font id=code></pre id=code>

I have subdirs called 1,2,3,4,67,324, etc.. (labeled after userID) to organize each client. The same naming convention is used for the ads (1.jpg, 2.jpg, etc..) which are located in their matching directory.

Now, basically in my application that I want to make, I wanna be able to assign 'company #3' to 'lot_a', 'company #54 to 'lot_b' and so on. I'm sure that part is easy - what I'm having trouble figuring out is how to display them in the 3 column table I made. Is it possible to make a repeat region but horizontally? and be able to specify which 'adLo't_id' because I want to have 10 pages of advertising and control them all.

I don't know if this is clear at all.. it's one of those things that sound good in your head but hard to get out! heheh.. for an example of how its suppose to look like, please visit http://www.lepartenaire.com


Thanks a lot!!!!!

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Edited by - bloodtrain on 06 Aug 2002 06:32:08

Replies

Replied 08 Aug 2002 11:23:49
08 Aug 2002 11:23:49 Vince Baker replied:
search for an extension called Horizontal Looper that will allow you to repeat across and then down the page.

Reply to this topic