Can I add a clickable image/ling to a forum page? [Help]
5 posters
Page 1 of 1
Can I add a clickable image/ling to a forum page? [Help]
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
axiom- Forumember
- Posts : 29
Reputation : 1
Language : english
Re: Can I add a clickable image/ling to a forum page? [Help]
expalin your self more please ?
The Shuffler- Forumember
- Posts : 49
Reputation : 1
Language : English
Re: Can I add a clickable image/ling to a forum page? [Help]
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.
^ That 200 pixels was just an example I have no clue were that would be on the screen.
axiom- Forumember
- Posts : 29
Reputation : 1
Language : english
Re: Can I add a clickable image/ling to a forum page? [Help]
Well that is not explaining much?
Where do you want the image, can you point it out in a screen shot or something like that
Where do you want the image, can you point it out in a screen shot or something like that
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Can I add a clickable image/ling to a forum page? [Help]
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
<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
axiom- Forumember
- Posts : 29
Reputation : 1
Language : english
Re: Can I add a clickable image/ling to a forum page? [Help]
Add this to your AP > Display > Homebox
Than add this to CSS:
Change the number of px in CSS to position it correctly and image to yours.
- 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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Can I add a clickable image/ling to a forum page? [Help]
Solved! Thank you!
axiom- Forumember
- Posts : 29
Reputation : 1
Language : english
Re: Can I add a clickable image/ling to a forum page? [Help]
Topic Solved & Locked |
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Similar topics
» Forum image resize and web page link problem
» Image insertion is broken on main page forum posting
» Clickable image on the side of the screen
» Clickable image links in accordion?
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» Image insertion is broken on main page forum posting
» Clickable image on the side of the screen
» Clickable image links in accordion?
» Clicking "view latest post" image brings me to top of that page, not last post on page.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum