![]() |
#1 | ||
![]() ![]() ![]() Join Date: Sep 2004
Location: Celebration, United States
Posts: 1,195
|
![]() Hey! I need to learn how to make menu's on the side of a page Kind of like this except just simple and just make it on the side of the screen. Can someone instruct me on it. I know that its just a table but can someone instruct me on how to do it.
Thank You this is quite important and The last time I really used HTML was in fifth grade. Thanks!! |
||
![]() ![]() |
|
![]() |
#2 | ||
![]() ![]() ![]() ![]() Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
|
![]() Use tables, and place links in it, just as Kosta did it here.
You can view source of this (and any other pages) and learn from there. (view >> page source in FireFox or Ctrl+U) |
||
![]() ![]() |
|
![]() |
#3 | ||
![]() ![]() ![]() Join Date: Sep 2004
Location: Celebration, United States
Posts: 1,195
|
![]() So what do you mean like...
<left> //insert table code here </left> ? |
||
![]() ![]() |
|
![]() |
#4 | ||
![]() ![]() ![]() ![]() Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
|
![]() No,
what I meant is that you have to use this: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> Using tables and tables inside those tables you have to format your page. I don't have much time to write more about it. Here is a code for menu you posted above: Code:
<td><table width="100%" *border="0" cellpadding="0" cellspacing="1" bgcolor="#FDF6F5"> <tr> <td bgcolor="#AD0000"><img src="scripts/image.php?text=Site&h=14&padding_top=10" height="14"></td> </tr> <tr> <td bgcolor="#AD0000"><table width="100%" *border="0" cellpadding="0" cellspacing="1" bgcolor="#AD0000"> <tr> <td bgcolor="#FFFFFF" style="padding-top:2px; padding-bottom:2px; "> <div id="myMenu"><a href="/index.php">¤ News</a></div> <div id="myMenu"><a href="/main.php?nav=archive">¤ Archives</a></div> <div id="myMenu"><a href="/main.php?nav=mailinglist">¤ Mailinglist</a></div> <div id="myMenu"><a href="/main.php?nav=faq">¤ FAQ</a></div> <div id="myMenu"><a href="/main.php?nav=awlist">¤ Oldwarez list</a></div> <div id="myMenu"><a href="http://www.abandonia.com/forum/" target="_blank">¤ Forum</a></div> * * <div id="myMenu"><a href="/main.php?nav=rss">¤ RSS Feed</a></div> <div id="myMenu"><a href="/main.php?nav=gpp">¤ V.I.P. Lounge</a></div> <div id="myMenu"><a href="/main.php?nav=press">¤ In the press</a></div> <div id="myMenu"><a href="/main.php?nav=crew">¤ Crew</a></div> <div id="myMenu"><a href="/main.php?nav=contact">¤ Contact us</a></div></td> </tr> </table></td> |
||
![]() ![]() |
|
![]() |
#5 | ||
![]() ![]() ![]() Join Date: Dec 2004
Location: Eindhoven, Netherlands
Posts: 1,508
|
![]() Keep in mind that using tables for layout is considered an ill design practice (yeah I know, it's very hard to without them, but it CAN be done). You could very well achieve the same effect by using a decent style-sheet. The menu-box can be a <div></div>, the menu list a simplewhere the list-items have a special bullet:
Code:
li { list-style-image: url(blueball.gif); list-style-type: circle } |
||
![]() ![]() |
|
![]() |
#6 | ||
![]() ![]() ![]() ![]() Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
|
![]() Quote:
|
||
![]() ![]() |
|
![]() |
#7 | ||
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2005
Location: ,
Posts: 113
|
![]() Quote:
|
||
![]() ![]() |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Html Calendar | Nick | Programming | 2 | 15-10-2006 07:54 AM |
More Html Help | Bobbin Threadbare | Tech Corner | 29 | 14-03-2006 02:33 PM |
Html Scroll To: | Bobbin Threadbare | Tech Corner | 2 | 28-02-2006 05:48 AM |
Html Question | Kon-Tiki | Programming | 21 | 19-02-2006 01:08 AM |
Java/html - Two Questions ... | swiss | Programming | 12 | 12-02-2006 10:57 AM |
|
|
||
  |