HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
side navigation bars?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
leonandtiffany



Joined: 17 Mar 2005
Posts: 4

PostPosted: Thu Mar 17, 2005 8:24 pm     side navigation bars? Reply with quote

I just started trying to teach myself html to make a website, but I can't seem to figure out how to make a side button bar. Is that considered a table? Is it Java? I am totally clueless!
Corey Bryant



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Fri Mar 18, 2005 5:50 am     Reply with quote

Well to one extent, it can be anything that you want - it can be HTML, an image or images, Java, or JavaScript.

You can try something like:
Code:
<table border="0" width="25%" id="nav" cellspacing="0" cellpadding="0">
   <tr>
      <td align="center"><a href="#">Home</a></td>
   </tr>
   <tr>
      <td align="center"><a href="#">About Us</a></td>
   </tr>
   <tr>
      <td align="center"><a href="#">Contact Us</a></td>
   </tr>
</table>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial