You can use the following code as a basis for adding a scroll box to your MySpace profile. Scroll bars will appear on the box as soon as its contents are too big for it. This is acheived using the overflow property.
To use this scroll box code, simply copy and paste it into your MySpace profile page and change the values to suit
This MySpace Scroll Box Code...
<style type="text/css">
div.myspace-scroll-box {
height:100px;
width:200px;
font:16pt/20pt Verdana;
overflow:scroll;
}
</style>
<div class="myspace-scroll-box">
Enter your scroll box text here... once there's enough text, the box will grow scroll bars!
</div>
No comments:
Post a Comment