View Single Post
Old 01-24-09, 08:52 PM   #6
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

BlueVoda right? I think it has limited code editing. If so, and assuming you are not using a VodaHost account, then open your HTML page in Notepad and change the code to look like:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Main</title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1)">
<meta name="GENERATOR" content="Created by BlueVoda">
<style type="text/css">
div#container
{
   width: 1024px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}
</style>
<style type="text/css">
img { behavior: url("pngfix.htc"); }
</style>
</head>
<body background="Main.jpg" bgcolor="#000000" text="#C0C0C0" vlink="#40E0D0" style="scrollbar-face-color:#68838B;scrollbar-arrow-color:#7FFFD4;scrollbar-3dlight-color:#000000;scrollbar-darkshadow-color:#000000;scrollbar-highlight-color:#40E0D0;scrollbar-shadow-color:#40E0D0;scrollbar-track-color:#7F7F7F;">
<embed src="Thor's temple.mp3" type="application/x-mplayer2" autostart=true loop=true height="0" width="0">
<div id="container">
<div id="bv_Image1" style="overflow:hidden;position:absolute;left:232px;top:104px;z-index:0" align="left">
<img src="Logo.png" id="Image1" alt="" align="top" border="0" style="width:560px;height:384px;"></div>
<div id="bv_Image2" style="overflow:hidden;position:absolute;left:461px;top:613px;z-index:1" align="left">
<img src="Enter.png" id="Image2" alt="" align="top" border="0" style="width:103px;height:37px;"></div>
</div>
</body>
</html>
Then save and upload.
JScones is offline   Reply With Quote