[Help]Links

Results 1 to 10 of 10
  1. #1
    Elite Member l0l0l is offline
    Member +Rank
    Jun 2006 Join Date
    Andalasia...weird eh?Location
    169Posts

    [Help]Links

    Hello i was woundering how i could make a link work on a page i am trying to make, i already know how to make this type of link <a href "URL">word</a>, like that but i was woundering how to make it so when someone clicks on a certain area of the page, it will bring them to a certain area( sorry if this is confusing)

    Image

    What i mean is, when someone clicks on ' Forums ' or ' Connect ' ( in the image above) It will bring them to a new page. If you could help me that would be awsome. Thank You For Your Time.


  2. #2
    Grand Master Mario_Party is offline
    Grand MasterRank
    Nov 2003 Join Date
    LondonLocation
    1,803Posts
    You have tow options... you can either slice the image and then put together each separate image as a template to make a layout, which is probably the most efficient way and the way you will have to do it.... or you can define areas and give them hyperlinks, check out this link to help you HTML AREA - HTML Code Tutorial

  3. #3
    Elite Member l0l0l is offline
    Member +Rank
    Jun 2006 Join Date
    Andalasia...weird eh?Location
    169Posts
    :/, do you think you could make the links for me? Sorry if im going of topic or somthing.

  4. #4
    Grand Master Mario_Party is offline
    Grand MasterRank
    Nov 2003 Join Date
    LondonLocation
    1,803Posts
    Well what do you want to do? Slice the image or go with areas?

    You want something like this

    Code:
    <map name="template">
    <area href="index.html" alt="Home" title="Home" shape="rect" coords="253,145,352,180">
    <area href="connect.html" alt="Connect" title="Connect" shape="rect" coords="352,145,449,180">
    </map>
    
    <img src="template.jpg" usemap="#template" alt="template" style="border: 0px;">
    Last edited by Mario_Party; 10-09-06 at 12:32 PM.

  5. #5
    Grand Master Mazo is offline
    Grand MasterRank
    Apr 2003 Join Date
    Not in this "out" you speak ofLocation
    2,021Posts
    If you have imageready you can do imagemaps in that, google it for a tutorial if you do

  6. #6
    Elite Member l0l0l is offline
    Member +Rank
    Jun 2006 Join Date
    Andalasia...weird eh?Location
    169Posts
    ill try it, ty.

  7. #7
    Elite Member l0l0l is offline
    Member +Rank
    Jun 2006 Join Date
    Andalasia...weird eh?Location
    169Posts
    Acually, I started to make my own Template and was just woundering how i can put links on the top...
    Template

    I would like it to look like this...
    Template, If someone could tell me how to put the links like that. (When i did it, the links where not right at the top, they where in the image).

  8. #8
    Grand Master Mario_Party is offline
    Grand MasterRank
    Nov 2003 Join Date
    LondonLocation
    1,803Posts
    You need to slice the image, then you can link each section to each part

  9. #9
    Grand Master Darth is offline
    Grand MasterRank
    Feb 2005 Join Date
    BoliviaLocation
    997Posts
    Here are some good tutorials about image slicing, wich is the easiest way of doing this.
    Good-Tutorials &#183; Search

    this one is realy good one. Layout Slicing- Photoshop Tutorials- Depiction
    Last edited by Darth; 15-09-06 at 09:49 AM.

  10. #10
    Elite Member l0l0l is offline
    Member +Rank
    Jun 2006 Join Date
    Andalasia...weird eh?Location
    169Posts
    alright ty.



Advertisement