Sorta Made a Page to inform people about the mafia

Logan
by Logan · 9 posts
14 years ago in IMVU Homepage Codes
Posted 14 years ago · Author
Code
<html>
      <head>
            <title>Imvu Mafia Recruitment Page</title>
      </head>
      <body bgcolor="black">
<center>
            <marquee><img src="http://i594.photobucket.com/albums/tt27/TheDarkestCloud/imf2.png" /></marquee>
            <h1 align="center" style="font-family:Chiller;color:green">This is the Mafia's Recruitment Page</h1><hr />
            <h2 style="font-family:Chiller;color:green"><u>What We Do</u> </h2>
            <ul style="font-family:comic sans ms;color:White">
            <li> Provide methods to earn free credits </li>
            <li> Provide protection and advise </li>
            <li> Buy you your avatar name FOR FREE</li>
            <li> A lot more to help you improve your imvu life :)</li>
            </ul><br><br><br>
            <h2 style="font-family:Chiller;color:green"> Why we do it </h2>
            <ol style="font-family:comic sans ms;color:White">
            <li> We've all felt the need for Credits at some point of time </li>
            <li> We KNOW what its like to not be able to buy new stuff you want to </li>
            <li> We want to help </li>
            <li> Our Motto is <b><u>'Free Credits For ALL'</b></u></li>
            </ol><br><br><br>
            <h2 style="font-family:Chiller;color:green"> How to Join </h2>
            <a style="font-family:comic sans ms;color:White" href="https://www.imvumafias.org/community/ucp.php?mode=register"> ---> Click This Link To Sign Up <--- </a>
<center>
      </body>
</html>
Last edited by DataMine on Sat Dec 12, 2015 5:27 am, edited 4 times in total.
Reason: Put the html into a code box, fixed a broken link.
Posted 14 years ago
Short and to the point...lol
"font-family:Chiller", never saw that 1 before o.0
Posted 14 years ago · Author
haha the font or the code?
Posted 14 years ago
The font >w>
I know JavaScript and HTML..
Posted 14 years ago
You have 1 mistake, here:
Code
<h2><u>What We Do</u> </h3> 

You opened with a h2 tag and closed with a h3 tag. Great job though; made me smile.

<marquee><img src="http://i594.photobucket.com/albums/tt27/TheDarkestCloud/imf2.png"></marquee>
<h1 align="center">This is the Mafia's Recruitment Page</h1><hr>
<h2><u>What We Do</u> </h2>
<ul>
<li> Provide methods to earn free credits </li>
<li> Provide protection and advise </li>
<li> Buy you your avatar name FOR FREE</li>
<li> A lot more to help you improve your imvu life </li>
</ul><br><br><br>
<h2> Why we do it </h2>
<ol>
<li> We've all felt the need for Credits at some point of time </li>
<li> We KNOW what its like to not be able to buy new stuff you want to </li>
<li> We want to help </li>
<li> Our Motto is <b><u>'Free Credits For ALL'</b></u></li>
</ol><br><br><br>
<h2> How to Join </h2>
<a href="https://www.imvumafias.org/community/ucp.php?mode=register"> ---> Click This Link To Sign Up <--- </a>
Last edited by DataMine on Tue Mar 20, 2012 9:35 am, edited 1 time in total.
Reason: Fixed Broken Link
Posted 14 years ago · Author
Corrected that and glad you liked it don XD ill work on improving it
Posted 14 years ago
Great job, Logan. 8)
Posted 14 years ago · Author
thanks veno
Posted 13 years ago
Went ahead and updated the code. Fixed some mistakes, fixed the broken link, changed to css and added divs.
Code
<html>
<head>
<title>Imvu Mafia Recruitment Page</title>
<style type="text/css">
body {
   background-position: Center;
   background-repeat: repeat;
   background-attachment: stretch;
   background-image:url("http://www.nogotok.ru/Images/back1.jpg");
   background-color: #000000;
  }
h1 {
   font-family: Chiller;
   color: green;
   text-decoration: underline;
  }
h2 {
   color: blue;
  }   
h3 {
   font-family: Chiller;
   color: blue;
   text-decoration: underline;
  }
ul {
   font-family: comic sans ms;
   color: White;
   list-style-type: none;
  }
ol {
   font-family: comic sans ms;
   color: White;
   list-style-type: none;
  }
A:link {
   font-family: comic sans ms;
   text-decoration: underline;
   color: White;
  }
A:visited {
   color:white;
   text-decoration: underline;
  }
A:hover {
    color: red;
   text-decoration: underline bold;
 } 
 #Title {
   background-color: #666666;
   width: 450px;
   height: 70px;
   border: 1px solid #cccccc;
   color: white;
 }
#Container {
   background-color: #666666;
   width: 450px;
   height: 390px;
   border: 1px solid #cccccc;
   color: white;
  }
</style>
</head>
<body>
<center>
<img src="http://i594.photobucket.com/albums/tt27/TheDarkestCloud/imf2.png"/>
<br><br>
<div id="Title">
<h2>This is the Mafia's Recruitment Page</h2>
</div>
<br>
<div id="Container">
<h3>What We Do</h3>
Provide methods to earn free credits<br>
Provide protection and advise<br>
Buy you your avatar name FOR FREE<br>
A lot more to help you improve your imvu life :)
<hr>
<h3>Why we do it</h3>
We've all felt the need for Credits at some point of time<br>
We KNOW what its like to not be able to buy new stuff you want to<br>
We want to help<br>
Our Motto is:
'<font color="red" size="4">Free Credits For ALL</font>'
<hr>
<h3>How to Join</h3>
<a href="https://www.imvumafias.org/community/ucp.php?mode=register"> ---> Click Here To Sign Up <--- </a>
</div>
<center>
</body>
</html>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT