AD MANAGEMENT

Collapse

BEHOSTED

Collapse

GOOGLE

Collapse

How do you create links to sections within the same page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do you create links to sections within the same page?

    How do you create links to sections within the same page?
    itabhyas | Devops | Tableau | Data Science | SEO | Hadoop | Salesforce | Dot Net | Qlikview

  • #2
    Firstly, to answer your question: links to the same page use IDs. e.g.:
    HTML Code:
    <a href="#target">link to target</a>


    <!-- content here -->


    <div id="target">
    <!-- links to here -->


    </div>
    Secondly, when you have a very basic question such as this, we prefer you to search the web for the answer first. One site, which has its faults but is often a good place to start, is w3schools. The main fault with it (apart from some errors) is a tendency to over simplify. However it can be a boon when you just want reminding of a particular syntax, and do not need a full authoritative exposition...
    hakireview|hakireview.com|http://hakireview.com

    Comment


    • #3
      Luffy is right
      Porcelain tiles Exporter | Ceramic Tiles Suppliers | Vitrified tiles Exporter

      Comment


      • #4
        To create links to a link within the page, two HTML tags need to be used.
        <a herf="#top">Top</a>


        This first tag is almost the same as any other HTML tag you would use to create a link to another page. However, to create a bookmark (anchor), you must start the link with a # (pound symbol,) which represents a name statement, used in the next tag. When the user clicks on the "Top" link, the computer would then go to the name tag, if found on the same page of the link.
        id="top"


        This next piece of code is where the link will go to on the page when the link is clicked. These are commonly referred to as bookmark and anchor. The ID attribute would be added to a tag, like a header (<H1> or <H2>) tag or a paragraph (<P>) tag. An example of what this would look like is below.
        <h2 id="top">Page Header</h2>


        Tip: Today, all browsers recognize top as being the top of the page. If you want the visitor to go to the very top of the page, the ID tag can be left out and the A HREF link will still work.



        Finally, a link can contain a web page with a bookmark that is on that page. In the above example, this code would create a link to our Safe Mode page and automatically move down to the Windows XP Safe Mode section on that page.

        Comment

        Unconfigured Ad Widget

        Collapse

        Announcement

        Collapse
        1 of 2 < >

        FreeHostForum Rules and Guidelines

        Webmaster forum - Web Hosting Forum,Domain Name Forum, Web Design Forum, Travel Forum,World Forum, VPS Forum, Reseller Hosting Forum, Free Hosting Forum

        Signature

        Board-wide Policies:

        Do not post links (ads) in posts or threads in non advertising forums.

        Forum Rules
        Posts are to be made in the relevant forum. Users are asked to read the forum descriptions before posting.

        Members should post in a way that is respectful of other users. Flaming or abusing users in any way will not be tolerated and will lead to a warning or will be banned.

        Members are asked to respect the copyright of other users, sites, media, etc.

        Spam is not tolerated here in most circumstances. Users posting spam will be banned. The words and links will be censored.

        The moderating, support and other teams reserve the right to edit or remove any post at any time. The determination of what is construed as indecent, vulgar, spam, etc. as noted in these points is up to Team Members and not users.

        Any text links or images contain popups will be removed or changed.

        Signatures
        Signatures may contain up to four lines

        Text in signatures is subject to the same conditions as posts with respect decency, warez, emoticons, etc.

        Font sizes above 3 are not allowed

        Links are permitted in signatures. Such links may be made to non-Freehostforum material, commercial ventures, etc. Links are included within the text and image limits above. Links to offensive sites may be subject to removal.

        You are allowed ONLY ONE picture(banner) upto 120 pixels in width and 60 pixels in height with a maximum 30kB filesize.

        In combination with a banner/picture you can have ONLY ONE LINE text link.


        Advertising
        Webmaster related advertising is allowed in Webmaster Marketplace section only. Free of charge.

        Shopping related (tangible goods) advertising is allowed in Buy Sell Trade section only. Free of charge.

        No advertising allowed except paid stickies in other sections.

        Please make sure that your post is relevant.


        More to come soon....
        2 of 2 < >

        Advertise at FreeHostForum

        We offer competitive rates and a many kinds of advertising opportunities for both small and large scale campaigns.More and more webmasters find advertising at FreeHostForum.com is a useful way to promote their sites and services. That is why we now have many long-term advertisers.

        At here, we also want to thank you all for your support.

        For more details:
        http://www.freehostforum.com/threads...eHostForum-com

        More ad spots:
        http://www.freehostforum.com/forums/...-FreeHostForum
        See more
        See less
        Working...
        X