michael.r
09-15-2005, 07:54 AM
hi, for some reason when ever i try viewing my website the html is all scrambled instead of seeing my content i get some kind of code.
payed for website: payed website (http://www.habbitez.co.uk)
geocities website:geocities (http://www.geocities.com/habbitez)
and this is the code i use it's the same for both websites:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Habbitez the fansite dedicated to habbo fans</title>
</head>
<body>
<style type="text/css">
A:link {text-decoration:none; color:#ff0000 }
A:visited {text-decoration:none; color:#000000 }
A:hover { text-decoration: none; color:#ff0000 ; }
</style>
<body background="background1.GIF">
<img src="layout01.GIF" hspace="0">
<div style="position:absolute; left:130px; top:235px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbitez.co.uk">Homepage</a>
</div>
<div style="position:absolute; left:130px; top:288px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">About us</a>
</div>
<div style="position:absolute; left:118px; top:316px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk/habbo/en/help/">Alterations</a>
</div>
<div style="position:absolute; left:125px; top:343px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Apply for a job</a>
</div
<div style="position:absolute; left:120px; top:400px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Competitions</a>
</div>
<div style="position:absolute; left:130px; top:370px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Contact us</a>
</div>
<div style="position:absolute; left:140px; top:396px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Downloads</a>
</div>
<div style="position:absolute; left:140px; top:424px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Guides</a>
</div>
<div style="position:absolute; left:123px; top:452px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Help&Safety</a>
</div>
<div style="position:absolute; left:138px; top:479px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Newsie</a>
</div>
<div style="position:absolute; left:127px; top:506px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Rare Guide</a>
</div>
<div style="position:absolute; left:123px; top:452px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Help&Safety</a>
</div>
<div style="position:absolute; left:350px; top:55px; width:560px; height:950px; overflow:auto;">
<font color=ffffff size=42">
<marquee behavior=scroll direction="right" scrollamount="3">hi welcome to habbitez the number one habbo fansite</marquee>
</font>
</div>
</body>
<script language="JavaScript">
<!-window.open = SymRealWinOpen;//-->
</script>
</html>
but for some reason it wont disply correctly on purpleclouds i tried changing my encoding it is now utf-7 i think and that's how it has always been.
Merike
09-15-2005, 09:01 AM
Style tags go in head section and you don't need two body tags.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Habbitez the fansite dedicated to habbo fans</title>
<style type="text/css">
A:link {text-decoration:none; color:#ff0000 }
A:visited {text-decoration:none; color:#000000 }
A:hover { text-decoration: none; color:#ff0000 ; }
</style>
</head>
<body background="background1.GIF">
<img src="layout01.GIF" hspace="0">
<div style="position:absolute; left:130px; top:235px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbitez.co.uk">Homepage</a>
</div>
<div style="position:absolute; left:130px; top:288px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">About us</a>
</div>
<div style="position:absolute; left:118px; top:316px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk/habbo/en/help/">Alterations</a>
</div>
<div style="position:absolute; left:125px; top:343px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Apply for a job</a>
</div
<div style="position:absolute; left:120px; top:400px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Competitions</a>
</div>
<div style="position:absolute; left:130px; top:370px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Contact us</a>
</div>
<div style="position:absolute; left:140px; top:396px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Downloads</a>
</div>
<div style="position:absolute; left:140px; top:424px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Guides</a>
</div>
<div style="position:absolute; left:123px; top:452px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Help&Safety</a>
</div>
<div style="position:absolute; left:138px; top:479px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Newsie</a>
</div>
<div style="position:absolute; left:127px; top:506px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Rare Guide</a>
</div>
<div style="position:absolute; left:123px; top:452px; width:1200px; height:950px; overflow:auto;">
<a href="http://www.habbohotel.co.uk">Help&Safety</a>
</div>
<div style="position:absolute; left:350px; top:55px; width:560px; height:950px; overflow:auto;">
<font color=ffffff size=42">
<marquee behavior=scroll direction="right" scrollamount="3">hi welcome to habbitez the number one habbo fansite</marquee>
</font>
</div>
</body>
<script language="JavaScript">
<!-window.open = SymRealWinOpen;//-->
</script>
</html>Does using this code make it better?
michael.r
09-15-2005, 09:20 AM
sory to say it dosnt help even a bit this is what comes up on my website when i try going to it
+ADwAIQ-DOCTYPE HTML PUBLIC +ACI--//W3C//DTD HTML 4.0 Transitional//EN+ACIAPg +ADw-html+AD4 +ADw-head+AD4 +ADw-title+AD4-Habbitez the fansite dedicated to habbo fans+ADw-/title+AD4 +ADw-style type+AD0AIg-text/css+ACIAPg A:link +AHs-text-decoration:none+ADs color:+ACM-ff0000 +AH0 A:visited +AHs-text-decoration:none+ADs color:+ACM-000000 +AH0 A:hover +AHs text-decoration: none+ADs color:+ACM-ff0000 +ADs +AH0 +ADw-/style+AD4 +ADw-/head+AD4 +ADw-body background+AD0AIg-background1.GIF+ACIAPg +ADw-img src+AD0AIg-layout01.GIF+ACI hspace+AD0AIg-0+ACIAPg +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:235px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbitez.co.uk+ACIAPg-Homepage+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:288px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-About us+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:118px+ADs top:316px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk/habbo/en/help/+ACIAPg-Alterations+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:125px+ADs top:343px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Apply for a job+ADw-/a+AD4 +ADw-/div +ADw-div style+AD0AIg-position:absolute+ADs left:120px+ADs top:400px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Competitions+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:370px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Contact us+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:140px+ADs top:396px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Downloads+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:140px+ADs top:424px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Guides+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:123px+ADs top:452px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Help+ACY-Safety+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:138px+ADs top:479px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Newsie+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:127px+ADs top:506px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Rare Guide+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:123px+ADs top:452px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Help+ACY-Safety+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:350px+ADs top:55px+ADs width:560px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-font color+AD0-ffffff size+AD0-42+ACIAPg +ADw-marquee behavior+AD0-scroll direction+AD0AIg-right+ACI scrollamount+AD0AIg-3+ACIAPg-hi welcome to habbitez the number one habbo fansite+ADw-/marquee+AD4 +ADw-/font+AD4 +ADw-/div+AD4 +ADw-/body+AD4 +ADw-script language+AD0AIg-JavaScript+ACIAPg +ADwAIQ--window.open +AD0 SymRealWinOpen+ADs-//--+AD4 +ADw-/script+AD4 +ADw-
Douglas
09-15-2005, 09:39 AM
sory to say it dosnt help even a bit this is what comes up on my website when i try going to it
+ADwAIQ-DOCTYPE HTML PUBLIC +ACI--//W3C//DTD HTML 4.0 Transitional//EN+ACIAPg +ADw-html+AD4 +ADw-head+AD4 +ADw-title+AD4-Habbitez the fansite dedicated to habbo fans+ADw-/title+AD4 +ADw-style type+AD0AIg-text/css+ACIAPg A:link +AHs-text-decoration:none+ADs color:+ACM-ff0000 +AH0 A:visited +AHs-text-decoration:none+ADs color:+ACM-000000 +AH0 A:hover +AHs text-decoration: none+ADs color:+ACM-ff0000 +ADs +AH0 +ADw-/style+AD4 +ADw-/head+AD4 +ADw-body background+AD0AIg-background1.GIF+ACIAPg +ADw-img src+AD0AIg-layout01.GIF+ACI hspace+AD0AIg-0+ACIAPg +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:235px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbitez.co.uk+ACIAPg-Homepage+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:288px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-About us+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:118px+ADs top:316px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk/habbo/en/help/+ACIAPg-Alterations+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:125px+ADs top:343px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Apply for a job+ADw-/a+AD4 +ADw-/div +ADw-div style+AD0AIg-position:absolute+ADs left:120px+ADs top:400px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Competitions+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:130px+ADs top:370px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Contact us+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:140px+ADs top:396px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Downloads+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:140px+ADs top:424px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Guides+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:123px+ADs top:452px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Help+ACY-Safety+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:138px+ADs top:479px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Newsie+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:127px+ADs top:506px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Rare Guide+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:123px+ADs top:452px+ADs width:1200px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-a href+AD0AIg-http://www.habbohotel.co.uk+ACIAPg-Help+ACY-Safety+ADw-/a+AD4 +ADw-/div+AD4 +ADw-div style+AD0AIg-position:absolute+ADs left:350px+ADs top:55px+ADs width:560px+ADs height:950px+ADs overflow:auto+ADsAIgA+ +ADw-font color+AD0-ffffff size+AD0-42+ACIAPg +ADw-marquee behavior+AD0-scroll direction+AD0AIg-right+ACI scrollamount+AD0AIg-3+ACIAPg-hi welcome to habbitez the number one habbo fansite+ADw-/marquee+AD4 +ADw-/font+AD4 +ADw-/div+AD4 +ADw-/body+AD4 +ADw-script language+AD0AIg-JavaScript+ACIAPg +ADwAIQ--window.open +AD0 SymRealWinOpen+ADs-//--+AD4 +ADw-/script+AD4 +ADw-
thats weird, and it still works.... a bit
MaGiCSuN
09-15-2005, 02:34 PM
then remove the doctype and see if that helps?
Love,
Mirna
i tried changing my encoding it is now utf-7 i think and that's how it has always been.
try settting to utf-8.
that seemed to help in this thread...
http://www.lissaexplains.com/forum/showthread.php?t=44228
where they were experiencing the same type of problem.