Exforsys

Online Training

Create links to sections

This is a discussion on Create links to sections within the Html forums, part of the Programming Talk category; Hi Friends, How to create links to sections? i need to put links on the same page in HTML? regards ...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2007, 11:20 PM
Junior Member
 
Join Date: Feb 2006
Posts: 12
seenu01 is on a distinguished road
Create links to sections

Hi Friends,

How to create links to sections? i need to put links on the same page in HTML?


regards
Seenu01
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-07-2007, 05:09 AM
Junior Member
 
Join Date: Apr 2006
Posts: 25
Limca is on a distinguished road
Use like this


PHP Code:
<html>
<
body>

<
p>
<
a href="#C4">See also Chapter 3.</a>
</
p>

<
h2>Chapter 1</h2>
<
p>This chapter explains ba bla bla</p>

<
h2>Chapter 2</h2>
<
p>This chapter explains ba bla bla</p>

<
h2>Chapter 3</h2>
<
p>This chapter explains ba bla bla</p>

<
h2><a name="C4">Chapter 4</a></h2>
<
p>This chapter explains ba bla bla</p>

<
h2>Chapter 5</h2>
<
p>This chapter explains ba bla bla</p>

</
body>
</
html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Solaris x86 FAQ 1/2 Dan Anderson Tech FAQ 2 09-23-2008 04:15 AM
Solaris x86 FAQ 2/2 Dan Anderson Tech FAQ 0 04-27-2004 08:24 PM
Quarterly ASCII posting of Caldera (SCO) OpenUNIX 8 FAQ Boyd Lynn Gerber Tech FAQ 0 04-25-2004 11:11 PM
Kerberos FAQ, v2.0 (last modified 8/18/2000) Ken Hornstein Tech FAQ 0 04-17-2004 08:28 AM
[FAQ] FileMaker Pro - database for Macintosh and Windows Martin Trautmann Tech FAQ 0 04-17-2004 08:26 AM


All times are GMT -4. The time now is 04:11 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.