Results 1 to 10 of 21

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    131
    Plugin Contributions
    0

    Default How to Hyperlink?

    Hello. I have create an ezpage containing 4 topics. I would like to place in the first top line, words that will link to each section of the same page (so a person does not have to scroll down looking for the specific section). Is that possible? How can I do it? I know there is a hyperlink icon in the page editor but I don't know how to use it to link words or how to turn a word into a hyperlink. Please advise.

    The page in question is:
    http://www.amnyperfumes.com/zen-cart...in_page=page_2

    thanks a lot!

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to Hyperlink

    Edit - Add this to what afo (who beat me to the punch, as usual) pointed to:

    I had to retrieve this from deep in my HTML memory -


    The links at the top -

    <a href="#fresh">Fresh</a>



    The beginning of the section of the page -

    <a name="fresh">Fresh Scents</a>

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    I just beat Afo by a nano-second on another post !

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    Quote Originally Posted by fairestcape View Post
    I just beat Afo by a nano-second on another post !
    Don't think I didn't notice.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    Quote Originally Posted by stevesh View Post
    I had to retrieve this from deep in my HTML memory -


    The links at the top -

    <a href="#fresh">Fresh</a>



    The beginning of the section of the page -

    <a name="fresh">Fresh Scents</a>
    Anchors and Bookmarks. I did these in my third HTML tutorial way back in 1992 !

  7. #7
    Join Date
    Oct 2008
    Posts
    131
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    thanks guys but I am kind a lost still because my experience on the subject is pretty limited.
    I read the link Afo provided on hyperlinks and what I got from there is that I need to create a new define page and then point my ezpage and its hyperlinks to that defind page.

    If that is correct, then for starters, I don't now how to create a define page. How do I do that? I looked up in the tools/define page editor section and couldn't find an option to create new define pages.

    thanks for your help and patience.

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    In the EZ-page you already created do the following:


    Code:
    <p><hTP><a name="TP"></a></p>
    <p>
    <a href="#I1">Item 1</a>
    <br />
    <a href="#I2">Item 2</a>
    <br />
    <a href="#I3">Item 3</a>
    <br />
    <a href="#I4">Item 4</a>
    <br />
    <br />
    <br />
    <br />
    <br />
    <p>
    <hI1><a name="I1"><b>Item 1</b></a></I1>
    <br />
    <br />
    Item 1 info here
    <br />
    <br />
    <a href="#TP">top</a>
    </p>
    <hr>
    <p>
    <hI2><a name="I2"><b>Item 2</b></a></I1>
    <br />
    <br />
    Item 2 info here
    <br />
    <br />
    <a href="#TP">top</a>
    </p>
    <hr>
    <p>
    <hI3><a name="I3"><b>Item 3</b></a></I1>
    <br />
    <br />
    Item 3 info here
    <br />
    <br />
    <a href="#TP">top</a>
    </p>
    <hr>
    <hI4><a name="I4"><b>Item 4</b></a></I1>
    <br />
    <br />
    Item 4 info here
    <br />
    <br />
    <a href="#TP">top</a>
    </p>
    <hr>
    <br />
    <br />
    <br />
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  9. #9
    Join Date
    Oct 2008
    Posts
    131
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    oooh now I get it. sorry for being a slow learner. thanks a lot!

  10. #10
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to Hyperlink

    Quote Originally Posted by layoyo View Post
    oooh now I get it. sorry for being a slow learner. thanks a lot!
    I haven't tried it in EZ-pages. I copied that from a straight HTML page I used to have on a website. It should still work.

    W3Schools is a pretty good resource for looking up various things like HTML, php and stylesheets (plus much more).
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. v139h Hyperlink in footer
    By Omninomninous in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2012, 12:34 AM
  2. how to remove logo hyperlink?
    By slater555 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 8 Mar 2011, 03:15 AM
  3. Banner Hyperlink How can I reove it.
    By nimobile in forum General Questions
    Replies: 1
    Last Post: 27 Jan 2010, 12:05 PM
  4. How to deactivate a Product Hyperlink
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Aug 2008, 04:37 AM
  5. How to change hyperlink color
    By gcampos in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2007, 06:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg