Can I add a clickable image/ling to a forum page? [Help] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Can I add a clickable image/ling to a forum page? [Help]

    avatar
    axiom
    Forumember


    Posts : 29
    Reputation : 1
    Language : english

    Solved Can I add a clickable image/ling to a forum page? [Help]

    Post by axiom April 12th 2012, 10:35 pm

    Is there a way that I can position a clickable image on my /forum page only, an no other page?


    Last edited by axiom on April 13th 2012, 4:48 pm; edited 1 time in total
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by The Shuffler April 13th 2012, 1:12 am

    expalin your self more please ?
    avatar
    axiom
    Forumember


    Posts : 29
    Reputation : 1
    Language : english

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by axiom April 13th 2012, 4:26 am

    I need to position it, like 200 pixels down and 200 pixels right and then the image will be there.

    ^ That 200 pixels was just an example I have no clue were that would be on the screen.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by kirk April 13th 2012, 6:02 am

    Well that is not explaining much? Sad
    Where do you want the image, can you point it out in a screen shot or something like that Smile
    avatar
    axiom
    Forumember


    Posts : 29
    Reputation : 1
    Language : english

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by axiom April 13th 2012, 7:30 am

    Hmm, say I have a blank screen, just a fresh page with nothing on it. And I want to place an little image anywhere on the page, so to position that image wouldn't the code be something like this?

    <IMG STYLE="position:absolute; TOP:35px; LEFT:170px; WIDTH:50px; HEIGHT:50px" SRC="circle.gif">

    like 35 pixels from the top and 170 to the left, kinda like the coordinates for the image
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by Nera. April 13th 2012, 8:23 am

    Add this to your AP > Display > Homebox

    Code:
    <div class="tipkice"><a title="write title here" href="write href link here"><img src="http://2img.net/i/fa/fdf3/normal.png"></a></div>

    Than add this to CSS:

    Code:
    .tipkice {
        position: absolute;
        right: 0;
        top: 130px;
        width: 24px;
    }

    Change the number of px in CSS to position it correctly and image to yours.
    avatar
    axiom
    Forumember


    Posts : 29
    Reputation : 1
    Language : english

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by axiom April 13th 2012, 4:45 pm

    Solved! Very Happy Thank you!
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Can I add a clickable image/ling to a forum page? [Help]

    Post by ankillien April 13th 2012, 6:46 pm

    Topic Solved & Locked