World Beyblade Organization by Fighting Spirits Inc.

Full Version: Personalized Homepages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm starting this thread for users to request Personalized Homepages. They're very simple with a white background and has the links that you use the most.

Here's one I did for myself:
To request, please do something like this:

Name:
Links:

I'm limiting the amount of links to 5. If you want, I can put more in, but there is no guarantee.

Please give me 2-3 days to make them.

Thank you,
Cygnus.
What are these homepages for? .__.
When you open your browser, what is the first thing that comes up? Your homepage.
No offense, but this is amazingly simple to do.
Code:
<html>
<head>
<title>__________'s Homepage</title>
<style type="text/css">
body {
text-align:center;
}
</style>
</head>
<body>
<a href="http://worldbeyblade.org/" target="_blank"><img src="http://worldbeyblade.org/wbo.png" alt="World Beyblade Organization" /></a><br /><br /><a href="Google" target="_blank"><img src="http://google.com/logo.png" alt="Google" /></a>
<br /><br /><a href="http://youtube.com" target="_blank"><img src="http://youtube.com/logo.png" /></a>
</body>
</html>
That's just an example, I don't know the exact code. Anyway, good luck with this. Will they need to download the images as well?
No. I'll give them an address online. And yeah, I know its simple, but I'm pretty sure 95% of people don't know HTML.
What do you mean, addresses online? Do you mean, "www.johndoe.com", or "johndoe.tk" or "johndoe.co.cc"? Where will it be hosted? Is this paid or free?
I can format the source website, if need be. It'll make it easier, trust me.