a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Get to the content

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Get to the content
Page: [1]
 
Adila

 

Posts: 202
Joined: 11/16/2003
Status: offline

 
Get to the content - 11/19/2004 15:58:41   
I'm finding the coding for.... ok.. it's like this.. you click example 'HERE' you'll go down the page to 'HERE'. The page have subtopics like 'HERE', 'THERE' and so on.

So to get back to top i should use <a href="#">Top</a> right?
That's to get to top.. but to get below? I mean to the subtopic we want. I'm still searching it through the net and looks like the coding are hiding from me

A little help please

Thanks

_____________________________

:)
pesty

 

Posts: 188
Joined: 7/2/2004
From: USA
Status: offline

 
RE: Get to the content - 11/19/2004 16:18:19   
Hi Adila,

The tag you are referring to is a anchor tag or bookmark.

Here is the tag you need to use to jump from one section of the document or page to another section of the same page.


This a an anchor tag or bookmark
<a name="put your subtitle name here">Text here</a>

To create a link to the anchor you just created, use this tag
<a href="#your subtitle name here">Text here</a>

Example

<p>
<a href="#emp">Employees</a>
</p>

<H3 align=center><a name="emp">Employees</a></h3>
This is where the section you jump to begins. You would enter your text here for eveyone to see.


Pesty

(in reply to Adila)
Adila

 

Posts: 202
Joined: 11/16/2003
Status: offline

 
RE: Get to the content - 11/19/2004 17:02:25   
thanks. it work ^^

_____________________________

:)

(in reply to pesty)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> Microsoft FrontPage Help >> Get to the content
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts