PDA

View Full Version : Websites Not Showing Up?



Dada
10-11-2008, 09:26 AM
I dunno why, but for most people my website http://habbolooza.co.cc (http://habbolooza.co.cc/) dosent show up. It just shows white. Im using irefox and it works for me, but when i use IE it dosent work. But it dosent work for some people who are using firefox either. Heres the code:

index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


<head>
<title>HabboUrbia.com - v2 - It Just Keeps Getting Better!
<link REL="SHORTCUT ICON" HREF="http://habbolooza.co.cc/favicon.ico">













<link href="style.css" rel="stylesheet" type="text/css"/>
</head><body background="http://habbolooza.co.cc/v2/images/09.gif" onload="resizeFrame(document.getElementById(’childf rame’))">
<div id="container">
<div id="bannerl"></div>


<div id="underbanner"><script language="javascript" src="test2.js"></script></div>

<div id="middle">

<div id="navboxtop"></div> <div id="spacer"></div> <div id="contenttop"></div><div id="spacer"></div><div id="pollboxtop"></div>

<div id="navbox">







<script language="javascript" src="test.js"></script>





</div> <div id="spacer"></div>


<div id="content">
<center><div id="text1">Welcome To Haburbia!</div><div id="topcontainer">
<img src="dada.png" class="floatLeft"><img src="cinemas.png" class="floatRight">

<p>Welcome to Haburbia.com. an unnoficial, habbo Australia fansite made for the simple purpose of your convinience! Yes we strive to bring you the latest in news, rumours, gossip, goodies, guides, pictures, layouts.... the list is endless! We've been going since November 2008 and our goal is to (hopefully) become official! HabUrbia.com is run and operatoed by <a href="http://www.habbo.com.au/home/dada" target="_blank">Dada</a> and <a href="http://www.habbo.com.au/home/cinemas." target="_blank"> Cinemas. </a> so if you see either then around, say hi! Also job applications are almost always open,s o check out the jobs page.</p>
</div>


<div id="leftcontainer">
<div id="text2">dsf</div>
haburbia,haburbia,haburbia,haburbia ,haburbia,haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia,
<br>

<div id="text2">dsf</div>haburbia,haburbia,haburbiahabur bia,haburbia,haburbia haburbia,haburbia,haburbiahaburbi a,haburbia,haburbiahaburbia,haburbia, aburbiahaburbia,haburbia,haburbia

</div>


<div id="rightcontainer">

<div id="text2">dsf</div>
haburbia,haburbia,haburbia,haburbia, haburbia,haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia,
<br>

<div id="text2">dsf</div>haburbia,haburbia,haburbiahabur bia,haburbia,haburbiaha burbia,haburbia,haburbiahaburbi a,haburbia,haburbiahaburbia,haburbia, aburbiahaburbia,haburbia,haburbia
</div>





</div>



<div id="spacer"></div>
<div id="navbox">
<center>
<script language="javascript" src="test3.js"></script>


</div>




</div>
<div id="bottom"></div>
<script language="javascript" src="test4.js"></script>

</div>
</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">

</div></div>

Jonster
12-11-2008, 04:52 PM
It would appear to me they have Javascript turned off, from first glance at your code.

Suggest to them to go to:


Firefox:
Tools > Options > Content > Enable Javascript


Internet Explorer:
Tools > Internet Options > Security > Select Internet > Select Custom Level > Scroll near to the bottom > Enable Active Scripting

If this fails to work then I'm sorry but I have no idea.

iDenning
12-11-2008, 05:17 PM
It would appear to me they have Javascript turned off, from first glance at your code.

Suggest to them to go to:

Firefox:
Tools > Options > Content > Enable Javascript

Internet Explorer:
Tools > Internet Options > Security > Select Internet > Select Custom Level > Scroll near to the bottom > Enable Active Scripting

If this fails to work then I'm sorry but I have no idea.
Do that and also check your style sheet as the images might be wrongly named or in the wrong directory

Fehm
12-11-2008, 05:19 PM
Do that and also check your style sheet as the images might be wrongly named or in the wrong directory


but if they where then it'd just bring up like the little box with the red X in :P lol

HabbDance
13-11-2008, 01:32 AM
Do that and also check your style sheet as the images might be wrongly named or in the wrong directory
If it works for some people i'm sure it's not that :P

L?KE
13-11-2008, 04:25 PM
Stop using Js to render your content :S

Habtopia
13-11-2008, 04:47 PM
</title>

</body>

</html>


are missing??


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


<head>
<title>HabboUrbia.com - v2 - It Just Keeps Getting Better!</title>
<link REL="SHORTCUT ICON" HREF="http://habbolooza.co.cc/favicon.ico">













<link href="style.css" rel="stylesheet" type="text/css"/>
</head><body background="http://habbolooza.co.cc/v2/images/09.gif" onload="resizeFrame(document.getElementById(’childframe ’))">
<div id="container">
<div id="bannerl"></div>


<div id="underbanner"><script language="javascript" src="test2.js"></script></div>

<div id="middle">

<div id="navboxtop"></div> <div id="spacer"></div> <div id="contenttop"></div><div id="spacer"></div><div id="pollboxtop"></div>

<div id="navbox">







<script language="javascript" src="test.js"></script>





</div> <div id="spacer"></div>


<div id="content">
<center><div id="text1">Welcome To Haburbia!</div><div id="topcontainer">
<img src="dada.png" class="floatLeft"><img src="cinemas.png" class="floatRight">

<p>Welcome to Haburbia.com. an unnoficial, habbo Australia fansite made for the simple purpose of your convinience! Yes we strive to bring you the latest in news, rumours, gossip, goodies, guides, pictures, layouts.... the list is endless! We've been going since November 2008 and our goal is to (hopefully) become official! HabUrbia.com is run and operatoed by <a href="http://www.habbo.com.au/home/dada" target="_blank">Dada</a> and <a href="http://www.habbo.com.au/home/cinemas." target="_blank"> Cinemas. </a> so if you see either then around, say hi! Also job applications are almost always open,s o check out the jobs page.</p>
</div>


<div id="leftcontainer">
<div id="text2">dsf</div>
haburbia,haburbia,haburbia,haburbia ,haburbia,haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia,
<br>

<div id="text2">dsf</div>haburbia,haburbia,haburbiahabur bia,haburbia,haburbia haburbia,haburbia,haburbiahaburbi a,haburbia,haburbiahaburbia,haburbia, aburbiahaburbia,haburbia,haburbia

</div>


<div id="rightcontainer">

<div id="text2">dsf</div>
haburbia,haburbia,haburbia,haburbia, haburbia,haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia, haburbia,
<br>

<div id="text2">dsf</div>haburbia,haburbia,haburbiahabur bia,haburbia,haburbiaha burbia,haburbia,haburbiahaburbi a,haburbia,haburbiahaburbia,haburbia, aburbiahaburbia,haburbia,haburbia
</div>





</div>



<div id="spacer"></div>
<div id="navbox">
<center>
<script language="javascript" src="test3.js"></script>


</div>




</div>
<div id="bottom"></div>
<script language="javascript" src="test4.js"></script>

</div>
</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">

</div></div>
</body>
</html>
__________________


Try that.

Dada
14-11-2008, 04:19 AM
Lol yea i relised they were missing yesterday. im so stupid rofl >.< id even done it with my other layout, but id fixed it that time

thanks ^^

Habtopia
15-11-2008, 05:20 PM
Lol yea i relised they were missing yesterday. im so stupid rofl >.< id even done it with my other layout, but id fixed it that time

thanks ^^

No Problemo

Want to hide these adverts? Register an account for free!