Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Website help?
- 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!
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:
It should be like this:
http://i43.tinypic.com/2s0hh7a.png

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>
http://i43.tinypic.com/2s0hh7a.png
- Poemon1_REMIX
-
New Scratcher
100+ posts
Website help?
Ahh thanks for that part!You're welcome!
Okay I'll make a background
- Flamekebab
-
Scratcher
1000+ posts
Website help?
I'm so confused about this comment. What does a social network have to do with Django?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?
- Poemon1_REMIX
-
New Scratcher
100+ posts
Website help?
Yea, I have to agree with you, Flamekebab.I'm so confused about this comment. What does a social network have to do with Django?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?
- Flamekebab
-
Scratcher
1000+ posts
Website help?
That's what Django was designed for.Source? I've never heard anything like that before.
- Discussion Forums
- » Things I'm Making and Creating
-
» Website help?
