HTML Codes 

 

Home ~ How To... ~ HTML Codes ~ Downloads ~ Forum ~ Tips and Help ~ Videos

Spyware and Virus Help ~ Computer Sales ~ Moeller Games and Mods

If you don't know any HTML coding you should get Microsoft FrontPage to do it for you.


To add sound to a website copy and paste this into the on the page you want in the HTML File Manager that you web hosting company gives you. Just change the words in red to fit you.

<EMBED SRC="web address or hard drive location like http://www.ftptestsite.ownsthis.com/club977.asx" WIDTH=0 HEIGHT=0 AUTOSTART="true">


To add a logo to your website that you see in the favorite bar and search bar copy and past this code to the on the page you want in the HTML File Manager that you web hosting company gives you. Just change the words in red to fit you.

 

<link rel="shortcut icon" href="web address or hard drive location like http://www.amoeller.ownsthis.com/photos/icon4.gif">


To add video to your website like shown below copy and past this code to the on the page you want in the HTML File Manager that you web hosting company gives you. Just change the words in red to fit you.

<html>

<head>

<title>Title of page</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body background="background location like http://www.amoeller.ownsthis.com/photos/icon4.gif">

<p align="center">&nbsp;</p>

<p align="center">

<object id="MediaPlayer"

classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

standby="Loading Microsoft® Windows® Media Player components..."

type="application/x-oleobject"

codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">

<PARAM NAME="filename" VALUE="File name">

<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true">

<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind" VALUE="true">

<PARAM NAME="ShowDisplay" VALUE="false">

<embed SRC="The source http://... or file///c:/... location of video like http://www.amoeller.ownsthis.com/videos/hdd.avi" WIDTH="400" HEIGHT="400" type="application/x-mplayer2" name="MediaPlayer" autostart="1" showcontrols="1" showstatusbar="1" autorewind="1" showdisplay="1"></OBJECT>

</p>

</body>

</html>