I am making a minor website, and on the first page I got a textbox that is scrollable, showing the latest updates.
I now wonder if its possible to remove the scrollbars, and instead control the scrolling via buttons.
Does anyone have a clue? I have tried searching around the internet, but with no luck.
Here is what I got:
<td width="258" height="400" valign="top"><font face="Arial, Helvetica, sans-serif" size="1">
<div style="height:400px;width:258px;font:9px/15px Arial, Helvetica, sans-serif;overflow:scroll;">
<font face="Arial, Helvetica, sans-serif" size="1">
Lots of text here
</div>
</font>
</td>
I bet it looks messy...
Any help is apreaciated