Discuss Scratch

TheGeek56
Scratcher
100+ posts

Website help?

Hey guys! I'm interested in creating a V-MIL(Virtual Military) for VATSIM. Anyways, I need help on the website here. I'll create a base then post it. I want it to have the sections

HOME
FORUMS
APPLY
REQUIREMENTS
ABOUT US

Anyways im bad at html so a helping hand will be appreciated, thanks!
Poemon1_REMIX
New Scratcher
100+ posts

Website help?

Pretty easy when you get used to HTML
Anyway, to make the pages, you could add a #pages divider, like this:

<html>
<title>Title Goes Here</title>
<style type="text/css">
#pages {
width: 700;
height: 50;
}
</style>
<body>
<div id="pages">
<a href="HOMEPAGE_FILE.HTML">Home</a>
|
<a href="FORUMS_PAGE.HTML">Forums</a>
|
<a href="APPLY_PAGE.HTML">Apply</a>
|
<a href="REQUIREMENTS.HTML">Requirements</a>
|
<a href="ABOUT_US.HTML">About Us</a>
</div>
</body>
</html>
It should be like this:
http://i43.tinypic.com/2s0hh7a.png
TheGeek56
Scratcher
100+ posts

Website help?

Ahh thanks for that part!
Okay I'll make a background
Poemon1_REMIX
New Scratcher
100+ posts

Website help?

TheGeek56 wrote:

Ahh thanks for that part!
Okay I'll make a background
You're welcome!
Smosher
Scratcher
98 posts

Website help?

What?
davidkt
Scratcher
1000+ posts

Website help?

If you know Python then you can use Django to make your website!
3DSfan12345
Scratcher
1000+ posts

Website help?

Flamekebab
Scratcher
1000+ posts

Website help?

3DSfan12345 wrote:

davidkt wrote:

If you know Python then you can use Django to make your website!
But what if he doesn't want to make a social network?
I'm so confused about this comment. What does a social network have to do with Django?
Poemon1_REMIX
New Scratcher
100+ posts

Website help?

Flamekebab wrote:

3DSfan12345 wrote:

davidkt wrote:

If you know Python then you can use Django to make your website!
But what if he doesn't want to make a social network?
I'm so confused about this comment. What does a social network have to do with Django?
Yea, I have to agree with you, Flamekebab.
3DSfan12345
Scratcher
1000+ posts

Website help?

Flamekebab
Scratcher
1000+ posts

Website help?

3DSfan12345 wrote:

That's what Django was designed for.
Source? I've never heard anything like that before.

Powered by DjangoBB