Hello, Serigo
It is my belief that your "home page" is trying to receive resources that it doesn't have access too.
For example:
---html code that is wrong: (it works only on the local machine!)
Take this sample template random download form the internet!
(
http://www.quackit.com/goto/?t=/html/templates/download/bryantsmith/slickred.zip)
-------------
<!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" />
<link rel="stylesheet" type="text/css" href="
style.css" />
<title>SlickRed | florida web design</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>Slick<span class="off">Red</span></h1>
<h2>A template by Bryant Smith</h2>
</div>
<div id="menu">
<ul>
<li class="menuitem"><a href="#">Home</a></li>
<li class="menuitem"><a href="#">About</a></li>
<li class="menuitem"><a href="#">Products</a></li>
<li class="menuitem"><a href="#">Services</a></li>
<li class="menuitem"><a href="#">Design</a></li>
<li class="menuitem"><a href="#">Contact</a></li>
</ul>
</div>
<div id="leftmenu">
<div id="leftmenu_top"></div>
<div id="leftmenu_main">
<h3>Links</h3>
<ul>
<li><a href="#">SEO</a></li>
<li><a href="#">PHP</a></li>
<li><a href="#">Ajax</a></li>
<li><a href="#">jQuery</a></li>
<li><a href="#">Web design</a></li>
<li><a href="#">Web Programming</a></li>
<li><a href="#">Content Creation</a></li>
<li><a href="#">Internet Marketing</a></li>
<li><a href="#">XHTML Templates</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<h2>You may use this template in any manner you like. All I ask is that you leave the link back to my site at the bottom of the page. </h2>
<p> </p>
<p> </p>
<h3>Template Notes</h3>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p> </p>
<h3>More information</h3>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p> </p>
<h3>Template Notes</h3>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p></p>
<p> </p>
</div>
<div id="content_bottom"></div>
<div id="footer"><h3><a href="
http://www.bryantsmith.com">florida web design</a></h3></div>
</div>
</div>
</body>
</html>
--------------
If you were to paste this html code into hfs, you wouldn't be able to laod any resources such as pictures and other html resources!
To fix this, you must (!Add the needed resources to your HFS!) and put your Public ip address / DNS host name (
http://www.ipchicken.com/)
To correct the above html it would be like so:
(as marked by the yellow above!)
You would have to add the "slickred" folder tot he root of your HFS!
-------
"
style.css"
changes to:
"
http://xxx.xxx.xxx.xxx/slickred/style.css"
To use this template you would also have to open the "styles.css" file and add the hfs path to it!
---------------------
---------------------
Now that the example is out of the way, we now need to fix your template issue!
In your html, you will need to look for:
*css
*jpg / png (picture files)
have them added to a path in your HFS and copy your ip html info to add/change your current html code you are using.
-------------------
-------------------
Good luck!
