No Layout?

Status
Not open for further replies.

xweetok599

New Member
Messages
6
Reaction score
0
Points
0
Go to my website: testingitdontplay.x10hosting.com

I use crimesource v1.3. I don't see the layout?
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
If you look at the source code, the Javascript files do not exist on the server. Are you sure you uploaded them properly? Also, the CSS is loading from another website (which also gives 404).

HTML:
<link rel="stylesheet" type="text/css" href="http://www.jouwsitenaam.nl//layout/intro/css/css.css">

HTML:
<style type="text/css">
	#tdColGauche{background: #5a0303 url(layout/intro/images/tiles/blood5.gif) repeat;}
	#tdColCentre{background: url(layout/intro/images/tiles/trousballes5.jpg) no-repeat top left;}
	#tdColCentre.special{background: url(layout/intro/images/tiles/trousballes5_special.jpg) no-repeat top left;}
	#tdColDroite{background: #2e2723 url(layout/intro/images/tiles/city5.jpg);}
</style><script language="javascript" type="text/javascript" src="js/string.js"></script>
<script language="javascript" type="text/javascript" src="js/functions.js"></script>
<script language="javascript" type="text/javascript" src="js/text_counter.js"></script>
<script language="javascript" type="text/javascript" src="js/swfobject.js"></script>

The files referenced in these lines in your head section all have 404 errors, including the CSS background.

Update: Now I see Index of / . Looks like you deleted everything.
 
Last edited:
Status
Not open for further replies.
Top