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.

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

5 posters

Go down

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

Post by axiom 12/4/2012, 23:35

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 13/4/2012, 17:48; edited 1 time in total
avatar
axiom
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

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

Post by The Shuffler 13/4/2012, 02:12

expalin your self more please ?
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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

Post by axiom 13/4/2012, 05:26

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.
avatar
axiom
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

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

Post by kirk 13/4/2012, 07:02

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
kirk
kirk
Forumaster

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

Back to top Go down

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

Post by axiom 13/4/2012, 08:30

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
avatar
axiom
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

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

Post by Nera. 13/4/2012, 09:23

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.
Nera.
Nera.
Energetic

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

Back to top Go down

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

Post by axiom 13/4/2012, 17:45

Solved! Very Happy Thank you!
avatar
axiom
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

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

Post by ankillien 13/4/2012, 19:46

Topic Solved & Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum