Adding Music Codes
Color Scroll Bar Change font Size
To add color to your scrollbar put in the following:

<STYLE type=text/css>
BODY
{scrollbar-face-color:RED;
scrollbar-shadow-color:BLACK;
scrollbar-highlight-color:DARKRED;
scrollbar-3dlight-color:WHITE;
scrollbar-darkshadow-color:BLACK;
scrollbar-track-color:BLACK;
scrollbar-arrow-color:BLACK;
</style>

To add a simple music code put in the following:

<bgsound src="URL GOES HERE" autostart="true" loop="-1">



If you want the music to loop forever erase -1 and put infinity


To add music with controls put in the following:

<embed src="//www.thesite.com/thesong.wma" autostart="true" loop="-1" width="46" height="25"></embed>


To add music with a Real Player plugin put in the following:

<embed src="//www.thesite.com/thesong.ram" width="40" height="20" type="audio/x-pn-realaudio-plugin" hidden="false" loop="-1" autostart="true" c."playbutton"></embed>


VIDEOS:


To add a simple video to your site put in the following:

<img dynsrc="URL GOES HERE" autostart="true" loop="-1">


To add a video with controls put in the following:

<embed src="URL GOES HERE" autostart="true" loop="-1" width="200" height="200"></embed>


To add a video with a Real Player plugin put in the following:

<embed src="URL GOES HERE" width="200" height="200" type="audio/x-pn-realaudio-plugin" mastersound c."imagewindow,controlpanel" autostart="true" hidden="false"></embed>

CHANGING THE FONT SIZE
(for individual things):


To change font size put in the following:

<font style="font-size:20px"> Add text here... </font>


Text should look like this:

8px
10px
12px
14px
18px
22px
30px
36px
40px

- So you get the idea


CHANGING THE FONT COLOR
(for individual things):



To change font color put in the following:

<font color="purple"> Add text here... </font>


Text should look like this:

FONT IS NOW PURPLE


  • If the person's profile already has a different text style for their whole profile then the code wont turn the way you might have wanted it, and I don't know why so leave me alone

CHANGING THE FONT STYLE
(for individual things):



To change font styles put in the following:

<font face="Comic Sans MS"> Add text here... </font>


Text should look like this:

Comic Sans MS


  • The font style can be whatever you want it to be, but if you use a font that other computers don't have then only you'll be able to see it and not them...confusing I know


COMBINDING IT ALL:

To change the text style and size put in the following:

<FONT FACE="Times New Roman" SIZE="2"> Add text here... </FONT>


EXAMPLE:

Add text here...


To change the text style, size, and color put in the following:

<FONT FACE="Times New Roman" SIZE="+2" COLOR="#FF0000"> Add text here... </FONT>


EXAMPLE:

Text...with style


MAKING THE FONTS DIFFERENT
(for individual things):



To make font bold put in the following:

<b> Add text here... </b>


Text should look like this:

BOLD


To make font underlined put in the following:

<u> Add text here... </u>


Text should look like this:

UNDERLINED


To make font Italic put in the following:

<i> Add text here... </i>


Text should look like this:

ITALIC


To make font small put in the following:

<small> Add text here... </small>


Text should look like this:

SMALL


To make font big put in the following:

<big> Add text here... </big>


Text should look like this:

BIG


To make font have a line through it put in the following:

<del> Add text here... </del>


Text should look like this:

LINE IS IN THE MIDDLE


<To make font look like typewriting put in the following:

<tt> Add text here... </tt>


Text should look like this:

TYPE WRITING


  • for multiple codes in one, for example say you wanted your text bold, underlined, and italic then you'd put in
    <b><u><i> Add text here... </i></u></b>


Then it'll turn out like this:

YOUR MOM