A few hard questions

i’ve got a few questions that i need help

  1. is it possible to add a scoll in a table rather than a frame because i made my website on tables and not on frames.

  2. is it possible to lock the scoll on the area outsize my table because i’m making a website that is full screen and everytime i try to stretch my tables to the end of the screen, a scroll bar appears.

  3. my image is too small to be put as a background. thus it gets repeated all over the screen. is it possible to stretch the image so that it will not be repeated all over?

  4. are there eany other animations rather than marquee for dreamweaver?

  5. i have a lyrics fiolder where i put lyrics inside. but i update the folder very often. is there a way to create a page that will go thru the folder and list out all the songs as links?
    for example:

My folder consist of the 3 txt files
->Lyrics<folder>
---------a.txt
---------b.txt
---------c.txt

so my lyrics.html displays the links as follows:
->MY LYRICS WEBSITE<heading>
->_______________<border>
->a.txt<link>
->b.txt<link>
->c.txt<link>
lets say now i add in a d.txt and e.txt into the Lyrics<folder>:
->Lyrics<folder>
---------a.txt
---------b.txt
---------c.txt
---------d.txt
---------e.txt
then without having to update the html … it automatically displays:
->MY LYRICS WEBSITE<heading>
->_______________<border>
->a.txt<link>
->b.txt<link>
->c.txt<link>
->d.txt<new link>
->e.txt<new link>

thnx all u guys for helping!