|
||||
|
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:
ClICK IT! ^ You know you want to. |

|
||
|
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> PHP Code:
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>
|

| Advertisement |
|
||||
|
Re: HTML Help
Quote:
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:
ClICK IT! ^ You know you want to. |

|
||||
|
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! ![]()
__________________
![]() |

|
||||
|
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 |

| Advertisement |
|
||||
|
Re: HTML Help
Quote:
__________________
![]() It can happen...and YOU can help! EPIC. |

![]() |
| Tags |
| html |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|