Calendar Awards Members List FAQ
Advertisement
Play-Asia.com - Buy Video Games for Consoles and PC - From Japan, Korea and other Regions
Reply
$ Thread Tools
 
  #1 (permalink)   [ ]
Old 05-28-2008, 04:07 PM
Zero Zero is a male Mexico Zero is offline
I get the job done. Period.
Join Date: Jun 2006
Location: In front of a computer.
View Posts: 688
HTML Help

Hey, I need some help for a HTML web page I'm creating(Homework ).

I need to know how to put a menu on the page using HTML code.

I have to put 4 menus with with 5 options each. I've been searching for a while now, but I can't find anything useful. Can someone help me?
__________________

My BA character Leonidas
There are 10 types of people in the world:
1-Those who read binary.
10-And those who don't.

Quote:
Originally Posted by Romans 14:2
One [man] has faith to eat everything, but the [man] who is weak eats vegetables.
http://world2.knightfight.us?ac=vid&...07292&ref=link

ClICK IT! ^ You know you want to.
Reply With Quote
  #2 (permalink)   [ ]
Old 05-28-2008, 04:32 PM
Shaun United Kingdom Shaun is offline
Banned User
Send a message via AIM to Shaun Send a message via MSN to Shaun Send a message via Skype™ to Shaun
Join Date: Feb 2005
Location: inglaterra
View Posts: 494
Re: HTML Help

Okay... by menu, do you mean navigation? This code will do:

Code:
<strong>Number 1</strong>

<ul>
<li>Option 1</li>
<li>Option 2</li>
<li>Option 3</li>
<li>Option 4</li>
<li>Option 5</li>
</ul>
Just do that with the amount of menus you need. If you're doing multiple pages, I'd suggest putting it in a navigation.php file, then including it on the page:

PHP Code:
<?php include("navigation.php"); ?>
EDIT: Just to give you an idea of what the page might be like (providing I've understood your questions xD):

Code:
<html>
<head>
  <title>Test Page</title>
</head>
<body>
  <p>Lorem ipsum dolor, et cetera.</p>

  <div id="navigation">
  <?php include("navigation.php"); ?>
  </div>
</body>
</html>
Reply With Quote
Advertisement
  #3 (permalink)   [ ]
Old 05-28-2008, 04:39 PM
Zero Zero is a male Mexico Zero is offline
I get the job done. Period.
Join Date: Jun 2006
Location: In front of a computer.
View Posts: 688
Re: HTML Help

Quote:
Originally Posted by Shaun View Post
Okay... by menu, do you mean navigation? This code will do:

Code:
<strong>Number 1</strong>

<ul>
<li>Option 1</li>
<li>Option 2</li>
<li>Option 3</li>
<li>Option 4</li>
<li>Option 5</li>
</ul>
Just do that with the amount of menus you need. If you're doing multiple pages, I'd suggest putting it in a navigation.php file, then including it on the page:

PHP Code:
<?php include("navigation.php"); ?>
EDIT: Just to give you an idea of what the page might be like (providing I've understood your questions xD):

Code:
<html>
<head>
  <title>Test Page</title>
</head>
<body>
  <p>Lorem ipsum dolor, et cetera.</p>

  <div id="navigation">
  <?php include("navigation.php"); ?>
  </div>
</body>
</html>
Sorry, I just don't know how to call them. Anyway, those are not the ones I'm after.

See the top of this page? Do you see tha part where the options of "User CP, Gallery, Information," Etc,etc,etc.?

I need those kinds of menus. I alrady teid looking at the code of the page, but I can't find that specific part of the code.
__________________

My BA character Leonidas
There are 10 types of people in the world:
1-Those who read binary.
10-And those who don't.

Quote:
Originally Posted by Romans 14:2
One [man] has faith to eat everything, but the [man] who is weak eats vegetables.
http://world2.knightfight.us?ac=vid&...07292&ref=link

ClICK IT! ^ You know you want to.
Reply With Quote
  #4 (permalink)   [ ]
Old 05-28-2008, 11:27 PM
Ethan Ethan is a male Canada Ethan is offline
Goron
Send a message via Skype™ to Ethan
Join Date: Apr 2008
Location: Vancouver B.C. Canada
View Posts: 163
Re: HTML Help

I'm afraid I haven't got that far in learing HTML, best of luck finding the answer though
__________________

Reply With Quote
Advertisement
  #5 (permalink)   [ ]
Old 05-29-2008, 09:02 PM
William William is offline
High in Vitamin C
Join Date: Jan 2008
Location: Heathrow, FL
View Posts: 841
Re: HTML Help

thats easy to make.

If you wanna do it the cheesey way just make a table with the border set to 1, and cellspacing set to 0. Fill in a background color and space out the cells in the table accordingly. Of course if you use javascript it will look better, and for some good ones i'd go to JavaScript Source: Free JavaScripts, Tutorials, Example Code, Reference, Resources, and Help

Glad to help!
__________________
Reply With Quote
  #6 (permalink)   [ ]
Old 05-29-2008, 10:05 PM
Aeffles United States Aeffles is offline
Poop :P
Send a message via AIM to Aeffles Send a message via MSN to Aeffles Send a message via Skype™ to Aeffles

Join Date: Aug 2005
Location: In Farore
View Posts: 4,216
Re: HTML Help

If worst comes to worst, when I need to find HTML or anything, just find an example on the web, highlight, then right click and click view source. It gives you all the code for what's highlighted.
__________________

Awesome sig by Calliope |
Sheikahchica <3
Reply With Quote
Advertisement
  #7 (permalink)   [ ]
Old 06-02-2008, 12:45 AM
Elder Blizz Elder Blizz is a male Argentina Elder Blizz is offline
Called to Serve!
Send a message via MSN to Elder Blizz


Join Date: May 2006
Location: Argentina Salta Mission
View Posts: 8,674
Re: HTML Help

Quote:
Originally Posted by Apples
If worst comes to worst, when I need to find HTML or anything, just find an example on the web, highlight, then right click and click view source. It gives you all the code for what's highlighted.
I do that sometimes, then play around with it to see what happens.
Reply With Quote
Reply

Tags
html


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 09:57 PM.

Contact Us - Zelda Universe - Archive - Privacy Statement - Top
no new posts