Results 1 to 9 of 9

Thread: Any help with pointing to item on new page

  1. #1
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Any help with pointing to item on new page

    I am rather new to all this, i have got a couple of websites on the net, and i know this may sound like a silly question but how do i create a clickable image that will take me to another page on the site, right to where i want them to view the image and price. i am wanting from this page here
    http://www.waggysfancydress.co.uk/Waggys.htm Kung Fu Panda to take people to the page that it is on but right to it at the bottom of the page.
    I know this must be an easy one to do, but i have no idea on how to do it, i have tried reading up on the net about it, but still not got any where. please if anyone can help me out there it would be great!
    thanks and have a great day. from debbie

  2. #2
    Join Date
    Jun 2008
    Posts
    21
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by forgetmenow View Post
    I am rather new to all this, i have got a couple of websites on the net, and i know this may sound like a silly question but how do i create a clickable image that will take me to another page on the site, right to where i want them to view the image and price. i am wanting from this page here
    http://www.waggysfancydress.co.uk/Waggys.htm Kung Fu Panda to take people to the page that it is on but right to it at the bottom of the page.
    I know this must be an easy one to do, but i have no idea on how to do it, i have tried reading up on the net about it, but still not got any where. please if anyone can help me out there it would be great!
    thanks and have a great day. from debbie
    Debbie,

    If I am not understanding you wrongly, You are looking for a simple internal href callup. Which link to a feature called an "reference" on the page. To do this, you need the following,

    Attached this hyperlink to the Kung Fu Panda Pic.
    HTML Code:
    <a href="#kungfu"><img src="<PANDA IMAGE GOES HERE>" /></a>
    Now at the location you want the page to appear add this peace of code
    HTML Code:
    <div id="kungfu"></div>
    Now the bottom part doesnt need to be a div feature it can actually be any thing, the important bit is that it contains the id function within it.

    Any problem gimme a shout,

  3. #3
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your reply, i must be doing it wrong, i have done like you said but it still just takes me to the top of the panda page? any other ideas at all?

  4. #4
    Join Date
    Jun 2008
    Posts
    21
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by forgetmenow View Post
    Thank you for your reply, i must be doing it wrong, i have done like you said but it still just takes me to the top of the panda page? any other ideas at all?
    Debbie,

    where it says,
    HTML Code:
    <a href="Mascot_Costume7.htm?#kungfu=&lt;a+href=&quot;#kungfu&quot;&gt;&lt;img+src=&quot;&lt;http://www.waggysfancydress.co.uk/frontpage/kungfopanda.jpg&gt;&quot;+/&gt;&lt;/a&gt;">
    		<img border="0" src="frontpage/kungfopanda.jpg" width="110" height="184"></a></a>
    change it to,
    HTML Code:
    <a href="#kungfu">
    <img border="0" src="frontpage/kungfopanda.jpg" width="110" height="184"></a>
    and right at the bootom of the page (or where ever you want it) put the reference bit in
    HTML Code:
    <div id=kungfu></div>

  5. #5
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you again for your quick reply, i have done like you said but now its not clicking and going to the page? have i done it right? i will wait for your reply and not change any thing at all.
    thank you so much for this from debbie

  6. #6
    Join Date
    Jun 2008
    Posts
    21
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by forgetmenow View Post
    Thank you again for your quick reply, i have done like you said but now its not clicking and going to the page? have i done it right? i will wait for your reply and not change any thing at all.
    thank you so much for this from debbie
    Debbie,

    You forgot to add the reference,

    At the bottom of the page add the following

    HTML Code:
    <div id="kungfu"></div>
    Also,

    the text section below the pic reads,
    HTML Code:
    <a href="Mascot_Costume7.htm">Kung Fu Panda</a>
    You need to change this to
    HTML Code:
    <a href="#kungfu">Kung Fu Panda</a>

  7. The Following User Says Thank You to jrheeder For This Useful Post:

    forgetmenow (07-01-2008)

  8. #7
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank for all your help, but i just cant get it right maybe i am just not putting things in the right place! oh well never mind, thanks any way for all your help and time. i will keep playing about with it later, but for now its ticking me off so i better stop for now lol.
    have a great day all the best.

  9. #8
    Join Date
    Jun 2008
    Posts
    21
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Im sorry it still doesnt work . I wish you good luck with it all and if you still need help just gimme a shout

  10. #9
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    thank you, i am sure i will figgerit out at some point, but have a great day and all the best.
    at least you know where to get fancy dress from if nothing else lol. ttfn debs

Bookmarks

Posting Permissions

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