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!
How do I Link web pages with one another?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
3j



Joined: 24 Jan 2008
Posts: 3
Location: NY

PostPosted: Thu Jan 24, 2008 10:57 pm     How do I Link web pages with one another? Reply with quote

Hi,
I am having a hard time remembering how to link web pages together any solutions? Question
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1409
Location: Biloxi, MS

PostPosted: Mon Feb 04, 2008 3:15 am     Reply with quote

If you are talking about something like a navigation menu for your web site, then you use an unordered list of links:

Code:
<ul>
<li><a href="index.html" title="Home Page">Home Page</a></li>
.
.
.
.
.
<li><a href="a_page.html" title="Page Name">Page Name</a></li>
</ul>


Depending on styling, this list can be vertical as show are horizontal. Some additional styling has to be added to remove any bullets from the li tags as you do not want these for a nav menu.

If you want to know how to make a link from one place on a page to another spot on the same page or a spot on another page, let me know.

Ron
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form 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
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

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