PDA

View Full Version : scrolling box...


garyditsch
01-09-2004, 07:10 PM
this should be an easy question for you all, but it is still something I have not done yet!

on the section that I have the towns and cities we are visiting I would like to have a box (say 300x300) that I can list all the names in and have a scroll bar to scroll through the names..... again this is something I assume is very simple, but I figured I'd ask...!

(by the way we have quite a few places .. and are starting to get replies from people that we do not know nor do we have any connections... some of the people have been aunts or a cousin to the friend that heard from a friend... that's the point ! meet all the random individuals we can!)

thanks - garyd

Jarrod
01-09-2004, 08:14 PM
Take a look at <iframe> (http://www.htmlhelp.com/reference/html40/special/iframe.html) or CSS Overflow (http://www.w3schools.com/css/pr_pos_overflow.asp). Either should be able to do what you are looking for.

kitchin
01-09-2004, 09:41 PM
The really basic way is
<form><textarea rows=20 cols=70>
town1
town2
...
</textarea></form>