• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Coding wrong

dydocan

dydocan
Joined
Jul 2, 2010
Messages
95
Reaction score
0
RehMaN-OTS

Just check the website in "Firefox" And in "Internet Explorer" why is it bugging so much with the image link?

and here is my script>>

PHP:
<html>
<head>
<title>RehMaN-OTS</title>

<style type="text/css">
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {height:100%; margin:0; padding:0;}
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {position:relative; z-index:1; padding:10px;}
</style>

<body>
<div id="page-background"><img src="main/ddn.png" width="100%" height="100%">
</body>

<div><a href="http://rehman-ots.hopto.org/wom"><img src="main/wom.png" border="0" ></a>  


</head>
</html>
 
Back
Top