• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Home Page(the flash entrance)

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Dec 10, 2007
Messages
2,194
Reaction score
263
Code:
<html>
<head> 
<title>RaGEZONE - Main</title> 
<link rel="shortcut icon" href="favicon.ico"> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="description" content="MMORPG development forums and MMORPG top sites"/>
<style type="text/css"> 
<!--
body {
   background-color: #030c15;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style></head> 

<body> 
<div style="margin: auto; width: 810px;">
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9" width="810" height="640">
      <param name="movie" value="http://ragezone.com/rzsplash.swf">
      <param name="quality" value="high">
      <embed src="http://ragezone.com/rzsplash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="640"></embed>
   </object>
</div>
</body>
</html>
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Dec 10, 2007
Messages
2,194
Reaction score
263
Omg hacker!

I know right! :<:

Anyways, that should fix your problem seeing that align was depreciated in HTML and has been replaced by style, etc.
 
Status
Not open for further replies.
Back
Top