PDA

View Full Version : Urgent help!



.Zi
06-03-2009, 08:27 PM
Basicly I have this problem with my maintenance page, in Mozilla Firefox its great and I haven't checked any other browsers but in Internet Explorer it dosen't work. Spoiler for images. How can I solve this?


<!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=us-ascii" />
<title>Habben &gt;&gt; Coming Soon!</title>
<style type="text/css"><!--
body {
background-image: url(images/bg.png);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
--></style>
<link href="styles/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="strip_top">&nbsp;</div>
<div class="banner"></div>
<div class="menu_bar"></div>
<div class="content_top"></div>
<div class="content_mid" align="center"><strong>Wheres Habben?</strong></div>
<p class="content_mid" align="center">&nbsp;</p>
<p class="content_mid" align="center">Habben is a new fansite for Habbo UK, owned by Lewis-Moody! It may not seem it at the</p>
<p class="content_mid" align="center"> moment but we have alot planned! We do not yet have a set release date so keep checking </p>
<p class="content_mid" align="center">back, we will have one very soon!</p>
<p class="content_mid" align="center"><strong>Current Job Applications Open:</strong></p>
<p class="content_mid" align="center"><strong>&nbsp;</strong></p>
<p class="content_mid" align="center"><strong><em>None!</em>&nbsp;</strong> </p>
<p class="content_mid" align="center">&nbsp;</p>
<p class="content_mid" align="center">&nbsp;</p>
<p class="content_mid" align="center">&nbsp;</p>
<p class="content_mid" align="center"></p>
<p class="content_mid" align="center"></p>
<p class="content_mid" align="center"><img alt="" title="" src="http://uploadpicz.com/images/M2J2DJM.png" /><br />
<br />&nbsp;</p>
<div class="content_bottom"></div><br />
</body>
</html>

Internet Explorer:
http://uploadpicz.com/images/ZHK7IYF.jpg

www.habben.co.uk

+rep for all help!

Jahova
06-03-2009, 10:38 PM
Don't put each line in a <p>, keep it all in one and use <br /> for a new line.
Regards,

Swearwolf
06-03-2009, 10:58 PM
try this bud


<!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=us-ascii" />
<title>Habben &gt;&gt; Coming Soon!</title>
<style type="text/css"><!--
body {
background-image: url(images/bg.png);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
--></style>
<link href="styles/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="strip_top">&nbsp;</div>
<div class="banner"></div>
<div class="menu_bar"></div>
<div class="content_top"></div>
<div class="content_mid" align="center"><strong>Wheres Habben?</strong></div>
<br />
<center>
Habben is a new fansite for Habbo UK, owned by Lewis-Moody! It may not seem it at the<br />
moment but we have alot planned! We do not yet have a set release date so keep checking<br />
back, we will have one very soon!<br />
<strong>Current Job Applications Open:</strong><br />
<strong>&nbsp;</strong><br />
<strong><em>None!</em>&nbsp;</strong><br />
<br />
<br />
<br />
<br />
<br />
</center>
<p class="content_mid" align="center"><img alt="" title="" src="http://uploadpicz.com/images/M2J2DJM.png" /><br />
<br />
<div class="content_bottom"></div><br />
</body>
</html>

Meti
07-03-2009, 06:30 PM
Also, in the body {, don't write margin-left: 0px; - margin-right: 0px; etc.
Simply just write margin: 0px;

HabbDance
07-03-2009, 07:06 PM
p {
margin: 0;
padding: 0;
}

.Zi
08-03-2009, 07:08 AM
try this bud


<!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=us-ascii" />
<title>Habben &gt;&gt; Coming Soon!</title>
<style type="text/css"><!--
body {
background-image: url(images/bg.png);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
--></style>
<link href="styles/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="strip_top">&nbsp;</div>
<div class="banner"></div>
<div class="menu_bar"></div>
<div class="content_top"></div>
<div class="content_mid" align="center"><strong>Wheres Habben?</strong></div>
<br />
<center>
Habben is a new fansite for Habbo UK, owned by Lewis-Moody! It may not seem it at the<br />
moment but we have alot planned! We do not yet have a set release date so keep checking<br />
back, we will have one very soon!<br />
<strong>Current Job Applications Open:</strong><br />
<strong>&nbsp;</strong><br />
<strong><em>None!</em>&nbsp;</strong><br />
<br />
<br />
<br />
<br />
<br />
</center>
<p class="content_mid" align="center"><img alt="" title="" src="http://uploadpicz.com/images/M2J2DJM.png" /><br />
<br />
<div class="content_bottom"></div><br />
</body>
</html>

Thats just the text code, could you possibly put that into the code I posted???

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