PDA

View Full Version : Insert a scroll bar to my table


Bahaos
06-03-2008, 05:05 AM
Hello!i have this site www.Bahaos.org ..on front page is the latest song added..how can i insert scroll bar?
A picture with the table www.bahaos.org/table.JPG and the weblinks.php : www.bahaos.org/latestweblinks.rar ..can you download and see if i can do something to insert scroll bar to that table..please help me!

_Aerospace_Eng_
06-03-2008, 05:11 AM
This has nothing to do with php. Look into using the CSS overflow property. http://htmldog.com/reference/cssproperties/overflow/

You'll need to set a height on that area for the scrollbar to work. overflow:auto; is what you would want to use.

In the future please pay attention to where you post your questions.