PDA

View Full Version : Two things



x-glow
10-06-2009, 05:50 PM
Ok so A. does anyone have the Contact us script that was on habboarchive?

And number 2: Ibve just coded a Maintance in Expanfble divs and I forgot the background code, doe s anyone have the background code so I can make an image a Background please.

Thanx and I am offering a shoutcst with 250 listerns and 128 KBS birate and hosting of 4GB And 14gb badnwith in return
|
|
\/
I knows its free reqetss but o well :P

King Regards
x-glow
Habbo UK
Selling Zonehabbo.net and Freezehabbo.com

Cutter
10-06-2009, 06:17 PM
if you have done the layout in expandable divs then you can just open the while thing in dream weaver and do it there.

if you can't do that then try this on the page

<style type="text/css">
<!--
* {
background-image: url(image.png);
}
-->
</style>

(on the page you want it on)

either that or try adding

background-image: url(iimage.png);
}

to your .CSS file

hope that helped :D

x-glow
10-06-2009, 06:29 PM
Il try the top once as I dont have a .css file as is PHP And anyone got any idweas on the contact form?

Tried urBG and this hapend http://zonehabbo.net/ oes anyone know how to fix it? here is the code:


<!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>
<title>Box</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
* {
background-image: url(/images/bg_blue.gif);
}
-->

#container {
width: 800px;
margin: auto;
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
}
#top {
background: url(/images/top.gif);
height: 24px;
}
#mid {
background: url(/images/middle.gif);
}
#bot {
background: url(/images/bottom.gif);
height: 32px;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="top"></div>
<div id="mid"><iframe name="content" src="/content.html" marginwidth="1" marginheight="5" height="300" width="795" title="stats" scrolling="no" border="0" frameborder="0"></iframe></div>
<div id="bot"></div>
</div>
</body>
</html>

Trinity
10-06-2009, 07:37 PM
body {
background-image: url(image.png);
}

?

Cutter
10-06-2009, 08:22 PM
that should work, in the .css file in the body section

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