WordLinx - Get Paid To Click
Web hosting

How to make a simple deface page

 On Thursday, October 31, 2013  

1.Basic html codes 2.Adding css 3.Adding music 4.Adding picture 5.Going advance

1. Basic html codes

Step 1: Open up notepad (or on other html editor ) Step 2: Copy and paste this codes into notepad (or html editor) :

Code: <html> <head> <title>YOUR WEBSITE TITLE HERE</title> </head> <body> </body> </html>

Step 3: Change "YOUR WEBSITE TITLE HERE" to the website title you want

Step 4: Save it as: "index.html"

2.Adding css

Step 1: You have this code now:

Code: <html> <head> <title>YOUR WEBSITE TITLE HERE</title> </head> <body> </body> </html>

Step 2: Add this to it:

Code: <style type="text/css"> body { background-image:url('http://merked.net/bg.gif'); background-repeat:repeat-xy;

} </style>

It wil look like this: Click for code

Step 3: Where it says

You must reply to see links
replace it with your background image of website

3.Adding music

Step 1: Add this under your </head> tag

Code: <embed src="YOUTUBE MUSIC VIDEO" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>

Step 2: Where it says "YOUTUBE MUSIC VIDEO" Replace with the link of the youtube music video u want ATTENTION:

if you have link like this:


You must reply to see links

Edit this:

1.Delete the "watch?" 2.And replace the "=" with "/" 3.Add after the link: &autoplay=1 4.Now the link wil look like:

You must reply to see links

4.Adding picture

Step 1: If you want a picture like me ( in codes ) Go to this website:

You must reply to see links
image and click "convert!"

Step 2. Insert this code under your <body> tag:

Code: <center> YOUR COPIED CODE HERE </center>

5.Going advance

I'm not going to explain this but you can take a look of the source of my deface page:

You must reply to see links
And search around google and stuff.

Happy designing
How to make a simple deface page 4.5 5 Unknown Thursday, October 31, 2013 1.Basic html codes 2.Adding css 3.Adding music 4.Adding picture 5.Going advance 1. Basic html codes Step 1: Open up notepad (or on other...


15 comments: