BORDERS:To add a simple border to your page put in the following:<style type="text/css">
BODY
{border-style:solid;
border-top-width:20px;
border-bottom-width:20px;
border-left-width:10px;
border-right-width:10px;
border-color:red;}
</style>
To add different colors to each side of your border put in the following:<style type="text/css">
body
{border-right:..B00000 10px ;
border-left:..B00000 10px ;
border-top:..FF80FF 10px ;
border-bottom:..8080FF 10px;}
</style>
Here are the different style types your border can have:<style type="text/css">
body
{border-right:..B00000 10px solid;
border-left:..B00000 10px solid;
border-top:..FF80FF 10px solid;
border-bottom:..8080FF 10px solid;}
</style>
Double
Outset
Inset
Ridge
Groove
Dotted
Dashed
Solid
Erase solid and put any of the above in replace of Solid if you'd like another style.
MUSIC:
Before I start this,
I must say that I've never been able to get a URL
for one of these things with out making it sound like crapp,
it being wrong, or in the usuall cases not being able to find
a site that allows you to just get the URL of the song I actually want.
If any of you have advise on where I and other could find
QUALITY (Doesn't cut in and out and sounds perfect) music/sound
please let me know.
now back to the music codes...
To add a simple music code put in the following:
<bgsound src="http://www.yoursite.com/yoursong.wma" 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="http://www.yoursite.com/yoursong.wma" autostart="true" loop="-1" width="46" height="25"></embed>
To add music with a Real Player plugin put in the following:
<embed src="http://www.yoursite.com/yoursong.wma" 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>