This is a discussion on "Scrolling table In dreamweaver" within the Starting Out section. This forum, and the thread "Scrolling table In dreamweaver are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Scrolling table In dreamweaver
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Scrolling table In dreamweaver
Hi- I have read through all the posts about making a scrolling table in Dreamweaver, and they all give code, but I don't know what to do with it. Can some one help?
Below is my code...I just want the row with the text in it to scroll so the site itself doesn't have to scroll. Do I need to specify a cell size as well as insert code? And where should I put the code? THanks so much- Star <table width="850" border="0" align="center" cellpadding="0" cellspacing="0"><div style="height: 100px; width: 100px; overflow: auto;"> <tr> <td> </td> </tr> <tr> <td><p class="style4">Welcome to the online location for Olson Bulldogs. We are a small breeder located in the Savannah, Georgia area. Whether you are interested in purchasing a puppy, researching the infamous Bulldog, or just looking around, we are glad to have you on our site.</p> <p class="style4">Our goal at Olson Bulldogs is placing happy, healthy Bulldog puppies into good homes. There are many factors to consider when purchasing a new pet, and the Bulldogs perhaps more than most. Olson Bulldogs urges you to do some research. Get out there and surf the web, look for books, talk to people who own a Bulldog. Find out exactly what you are getting into. A great source of information is the "club" sites for each breed - The Bulldog Club of America, The French Bulldog Club of America, and the Miniature Bulldog Club of America - all offer care sheets for their breed. We also have various articles written strictly from our personal experience on our Bulldog Care page. </p> <p class="style4">Again, welcome to our site, have a look around, and feel free to Contact Us anytime with questions!</p> <p class="style4">Sincerely,</p> <p class="style4">Star Olson<br /> Olson Bulldogs </p> </td> </tr> <tr> <td> </td> </tr> <tr> <td bgcolor="#AA7979"> </td> </tr> </table> |
|
|
|
|||
|
Re: Scrolling table In dreamweaver
I think I read you post correctly.
The table itself is not going to scroll but rather the div that surrounds it. I edited you code a little...it should be easy enough for you to customize it the way that you want. In the original you were missing and </div> tag. There was no way to know what to scroll.
Good Luck |
|
|||
|
Re: Scrolling table In dreamweaver
Yes! That is perfect!!! Thank you so much!!!
|
![]() |
| Tags |
| dreamweaver, scroll, table |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adobe dreamweaver Vs. Macromedia dreamweaver | jahphill | Scripts and Online Services | 21 | Nov 2nd, 2007 03:19 |
| including scroll bar inside a table in dreamweaver | erolindo | Starting Out | 1 | Sep 13th, 2007 13:27 |
| Putting a scroll bar in a table in dreamweaver | Diablo | Web Page Design | 6 | Jan 16th, 2007 19:16 |
| formatting of text froma a dynamic table in dreamweaver | chimp | Databases | 2 | Jan 2nd, 2007 10:09 |
| including scroll bar inside table in dreamweaver | joshbay84 | Web Page Design | 3 | Nov 30th, 2005 18:40 |