Help me with html please

0 replies
Hi everybody.
I've created my squeeze page using Kompozer.
How can I download it to my server on One.com?
If I'm using One.com File Manager my page displayed not correctly.
At the beginning only pictures don't displayed, http://i55.tinypic.com/2ng5rfk.png
But when I'm trying to paste it from server, my form starts moving right... http://i55.tinypic.com/2ufr0xj.png

When I'm using Filezilla and trying to download any file the mistake appears: File is already exist. And it's size is 0 byte.. I don't know what to do...
I want it to look like in Kompozer! http://i51.tinypic.com/2ho9rvm.png
Maybe something wrong with html??
Here's beginning of code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<title>Your Title</title>
<link rel="stylesheet" href="style.css"
type="text/css" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252" />
<link href="style.css" rel="stylesheet"
type="text/css" />
<style type="text/css">
.formsubmit {
width:70px;
height: 40px;
padding:2px 0;
margin:2px 0 0;
border:1px #white solid;
background:#red;
font: 20px georgia, tahoma,helvetica, sans-serif ! important;
color: white;
cursor:pointer;
}
.formsubmit:hover {
background:#lime;
}
.collect-mail {
width:250px;
height:38px;
padding:12px ! important;
margin:2px 0 0;
border:1px #800000 dotted;
background-color:#fff;
font: 18px helvetica,sans-serif ! important;
font-weight: bold ! important;
color: #012326;
}
</style>
<style type="text/css">
...
#html

Trending Topics