Hi peeps, I wanted to know how do you place an internal webpage scroll bar for links to preserve space on the webpage at the page end. Can it be down in HTML? I have no clue. Let me know Thanks!
You can try the "overflow" property in CSS/styles. *Replace ??? with the appropriate values. If you have content that is larger than the box (in this case the DIV layer) where you place the links, there will be a scrollbar to scroll to the rest of the links. Hope this helps.