You can scroll the name using the <marquee> tag. The marquee tag can be used to slide things in all directions.
You need to make the height (or width) bigger than the browser window, so you can scroll down. There is no HTML code for a scroll bar. You need to make the page long (or wide) enough, otherwise there would be nothing to scroll down (or sideways) to. Example: <html> <head> <style type="text/css" > #main { width:1000px; height:1500px; } </style> </head> <body> <div id="main"> <h1>My website</h1> <p>This is my website, and as you can see, it has scroll bars.</p> </div> </body> </html>
A scroll box is really a textarea. Notice that there is a greyed-out scroll bar on the right. If you have enough text, the scroll bar becomes active. If you add style="overflow: hidden" to the text area, the scroll bar will disapear and only appear if your text "overflows". So the whole line will be:YOUR TEXT HERE
There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.
http://www.hebdenbridge.co.uk/news/news07/102.html Scroll down a bit and the poem is written out, hope you enjoy it Sophie http://www.hebdenbridge.co.uk/news/news07/102.html Scroll down a bit and the poem is written out, hope you enjoy it Sophie
Open your HTML editor. Go to the web page. Enter a code you can find online through a search. Select overflow auto and that will automatically create the scroll bar including what you want inside the scroll bar.
Yes, here's a lot, scroll down the page a bit. http://jeff560.tripod.com/words8.html
Use a textarea instead of a textbox <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title></title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="fer"> <style> .txtareaclss {background-color:black; color:green;font-size:20px; font-family:Tahoma;} </style> </head> <body> <form name="myform" method="" action=""> <textarea class="txtareaclss" name="mytxtarea" cols="50" rows="10"> </textarea> </form> </body> </html>
This might be a scroll.
It's called Comp-U-scroll
HyperText Markup Language
There is a picture of Paul Keller at this link: http://seattlepi.nwsource.com/local/306097_arson05.html Scroll down the article and you will see it.
You don't need to use a tag - scrollbars will automatically be added at the side of the page if the text is long enough.