English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to add articles to my website. But I don't want to put the entire article out on the page, I want to create a space on the page, where I can insert the article, and that space have an up/down scroll bar so they scroll up and down to view the article with in that space I created for it on the page.
I thought I could do it by creating a table, but I didn't know how to put a scroll funtion within the table. Please help.

2006-12-13 06:21:20 · 6 answers · asked by thetalentedgreygoose 1 in Computers & Internet Programming & Design

6 answers

An iframe is definitely the way to go. Using a textarea will allow the user to edit what is inside of it if it is not set to read-only, and if it is set to read only it be greyed out and you will not be able to scroll.

An iframe will allow you to control scrolling along with many other attributes such as height, width, scrolling (on/off/auto), the src along with more.

Check out this site for a more indepth explanation/description of the iframe.

http://www.htmlcodetutorial.com/frames/_IFRAME.html

2006-12-13 07:08:42 · answer #1 · answered by Anonymous · 0 0

Whilst I normally hate answers that simply say 'reinstall the drivers' - this is actually what you need to do in this case. Changing the refresh rate will help up to a point, but if what you're describing is a very choopy 'scroll', which also happens when you drag windows around the desktop, your drivers have failed. Uninstall the old one, remove the device (control panel-system-hardware), reboot, and reinstall the drivers (if windows doesn't pick it up automatically). Download the newest ones available, rather than using any you may have on CD. It's definitely not flash. This is a ridiculous suggestion.

2016-05-23 19:28:15 · answer #2 · answered by Karen 4 · 0 0



Try this! Change the value of cols and rows to change the size if need be

2006-12-13 06:24:13 · answer #3 · answered by Anonymous · 0 0

I think, if i understand the question right. You want a frame or two in your web page

http://echoecho.com/htmlframes.htm

is how i learned to use frame with HTML.

2006-12-13 06:25:55 · answer #4 · answered by Dan F 1 · 0 0

I have a template for this in my archives someplace if you email later I can send it to you if you don't find an answer here or you can try www.programmersheaven.com

2006-12-13 06:25:09 · answer #5 · answered by micaso1971 5 · 0 0

inline frames. use the