MySpace Scroll Box Borders
This page contains examples of scroll box borders that you can put on your MySpace scroll boxes. In fact, these scroll box borders will work on any web page. MySpace scroll boxes are created using HTML. Scroll box borders are specified using Cascading Style Sheets (CSS).
To use these HTML/CSS codes, simply copy and paste them into your MySpace profile page and change the values to suit.
Thin Border
Here's a basic border for your scroll box. In the HTML code, I've specified that the border is 1 pixel wide, solid, and a dark green color (hex color value: #6DB72C).
HTML Code:
Result:
Setting borders and colors in HTML is easy - if you know how.
Thick Border
In this example, I've specified that the border is 10 pixels wide. It's still solid and the same color as the previous example.
HTML Code:
Result:
Dotted Border
To create a dotted border, you simply change the value 'solid' to 'dotted'.
HTML Code:
Result:
Dashed Border
To create a dashed border, you simply use the value 'dashed' (instead of 'solid' or 'dotted' as in our previous examples).
HTML Code:
Result:
Grooved Borders
HTML Code:
Result:
Double Borders
HTML Code:
Result:
Ridged Borders
HTML Code:
Result:
Outset Borders
HTML Code:
Result:
Inset Borders
HTML Code:
Result:
Mixed Borders
You can use different border styles for each side of your scroll box. With a little imagination, you can achieve some cool results!
HTML Code:
Result:
More About HTML Borders
The following articles explain the HTML/CSS code you need to use to set borders and their colors. There's also a color picker that makes it easy for you to choose any color you like for your scroll boxes (or anything else on your MySpace/web page).
More HTML Codes
Check out our huge range of free HTML codes that you can copy/paste into your website or MySpace page.
And, if you wanna learn more, check out our free HTML tutorial!

