I'm going to be as detailed as humanly possible. So maybe this can help out future myspace layout owners.
Step 1:- Buy a domain name. You can buy one from godaddy.com (which is where I go) You need to have a unique name in mind, all the common names are taken, and make it a good one, because you'll pay about $6 to have it for a year. :|
Step 2:- Get a hosting plan, with FTP access. I got my hosting from 1and1.com, but you can search around, I head mediatemple, bluehost, dreamhost, are all good. I've never used a subdomain for hosting, so I don't know if that'll work or not. :)
Step 3:- Make an HTML file, you can make it in notepad, which is found on your computer, press the windows logo, or apple logo, and find notepad, after it is open, you will create an html file, this is the transitional 4.01 template
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Step 4:- Make your page, however you want, you can use tables, divs, or a template found online, or even one from createblog! ;)
- Use your FTP program to upload that HTML file to your root index on your website. Your host should have your FTP information, if you can't find it, EMAIL THEM!
Step 5:- When you are ready to display your layouts in a gallery format, you can use image-links (well that's what I call them). <a href="LINK TO FILE"><img src="IMG URL"></a>
Step 6:- The HTML file will be a combination of your own CSS/HTML, and MYSPACE CSS/HTML.
- You have to make a exact replica of myspace to display your websites exactly as they would show on myspace, for that to work, you have to use their coding. You will open up your myspace testerpage, that you use to make your layouts, right click the website and view source code, you will COPY ALL.
- PASTE ALL into a new HTML file, you may have to change some things to their full URL since your root folder is not myspaces. Such as images will be only /images/2w343847.jpg... you will have to change that to
http://www.myspace.com/images/2w3487.jpg in order for it to show up properly.
Step 7- The image preview will just be a screenshot of the profile, to get that you can go to the HTML page that you created, take a screenshot by pressing the PrntScrn button on your keyboard and that will save a copy to your clipboard
- Open MSPaint or your image editing program, paste it, and save it as a .jpg file, or whatever format you find the easiest.
- Use your FTP to upload that picture to your website.
- Then you will use the image-link from earlier and make the PAGENAME.HTML the myspace page you copied from myspace, and the IMGURL.JPG to the one that you just made in this step
If that didn't help, search google for webdesign basics, or go to lissaexplains for the basics O_O
http://www.lissaexplains.com/basics.shtmlcan you explain step 3 and the "transitional 4.01 template" more in detail. is that code the standard to start making the site?