Website
Posted 22nd April 2009 at 08:00 AM by Mike Horgan
My first website is now up and running. I used PLR for my first product to enable me to get a website up quickly. I have learnt how to edit a sales page using Nvu, getting a domain name, getting a host server, and uploading the pages using Filezilla. I got approval from Clickbank, with only a couple of minor tweaks, and I now have an autoresponder set up.
My website is http://forum-profit-explosion.com
If anybody checks it out, and has any constructive criticism, I would be grateful to hear it.
My website is http://forum-profit-explosion.com
If anybody checks it out, and has any constructive criticism, I would be grateful to hear it.
Total Comments 2
Comments
-
Hi Mike,
Check your source code and find the color code are for the background and change the color code to rgb(51, 0, 0):
"<head>
<title>Forum Profit Explosion</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<style type="text/css">
BODY {
Background-color: #130904;
background-image: url(http://forum-profit-explosion.com/im...esite_02.jpg);
background-repeat:repeat-x; background-position:top;
}
</style>
</head>
<body topmargin="0" leftmargin="0"
style="color: rgb(0, 0, 0); background-color: rgb(51, 0, 0);"
Your current color code shows rgb(255, 255, 255) which is white and alters the look your page should have.
I would also increase the font size at least 1 to 2 point sizes on your order form.
I'm not sure which html editor you are using, but it throwing a bunch of unnecessary html coding onto your page.
This will cause slower loading and aggravate the search spiders.
I would recommend NVU for building your page.
Other than that it looks great.
Cheers, Smiles and Success,
Crazy JPosted 22nd April 2009 at 10:22 AM by Crazy J
-
Posted 23rd April 2009 at 05:05 AM by Mike Horgan


