Web design ideas.
Here are some ideas to add to your web page to provide some fun content.
Embed a Media Player
1. Upload a media file to your Document folder. You can get the Windows Media Encoder free from Microsoft to convert files to the right format.
2. To place a media player on your site choose "module", "html". Copy and paste the following code:
"<Center><Object ID="MediaPlayer1" WIDTH=480 HEIGHT=400
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/
nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<Param Name="FileName" Value="mms://myserver/mypath/myfile.asf">
"</Object></Center>" 3) Change mms://myserver/mypath/myfile.asf to the name of your fileie. http://mydomain.com/documents/file.wma 4) You can change the size of the player by changing the width and height numbers. To keep proportion try multiples of 80. 240 and 200, 400 and 320 etc...

Click to open a text document of instructions
Scrolling text on your website
1. Visit this site for two cool scrolling text ideas.