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.

Creating linkable banners and images...

3 posters

Go down

Creating linkable banners and images... Empty Creating linkable banners and images...

Post by raiderneal2112 December 12th 2011, 6:57 pm

Hello,

I'd like to have a few images that are clickable/linkable that take viewers to another website. How do I accomplish this with my Forumotion site? For example, I'd like to have a banner or image on the side/bottom of the my forum that reads, "subscribe now to Colorado Outdoors Magazine." Viewers would click on the banner and then be redirected to another webpage. Ideally, I'd like to have two or three of these clickable images appearing on my forum home page.

Thanks!
avatar
raiderneal2112
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Creating linkable banners and images... Empty Re: Creating linkable banners and images...

Post by runawayhorses December 12th 2011, 7:11 pm

this is a BBcode way to make a Image clickable to take you to another site:

[url=URL OF THE SITE YOU WANT IT TO TAKE YOU TO GOES HERE][img]THE URL OF THE IMAGE GOES HERE[/img][/url]
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Creating linkable banners and images... Empty Re: Creating linkable banners and images...

Post by Guest December 12th 2011, 7:11 pm

Use this code:
Code:
<a href="http://help.forumotion.com/"><img alt="Little description" title="Hover text" src="IMGURL" /></a>
avatar
Guest
Guest


Back to top Go down

Creating linkable banners and images... Empty Re: Creating linkable banners and images...

Post by Omu December 12th 2011, 7:15 pm

Try with bbcode:
Code:

[url=link][img]img link[/img][/url]

Or HTML
Code:

<a href="link" target="_blank"><img src="img link"></a>

You can add a div, and edit them.

Like that:

Code:
<div class="class-3"
<a href="link" target="_blank"><img src="img link"></a>
</div>

and css:
Code:

.class-3 { border: 1px solid black;}

or


Code:
<div id="class-4"
<a href="link" target="_blank"><img src="img link"></a>
</div>

and css:

Code:

#class-4 { border: 1px solid black;}
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Creating linkable banners and images... Empty Re: Creating linkable banners and images...

Post by raiderneal2112 December 12th 2011, 8:04 pm

Guys,

Thanks for your replies. However, all this coding is foreign to me. Isn't there a way just to upload an image and creat a link? Similar to using Wordpress or other "userfriendly" website templates? Is there not a widget that would allow me to post a few images/banners at the top or bottom of my forum that viewers could click on?

Thanks
avatar
raiderneal2112
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Creating linkable banners and images... Empty Re: Creating linkable banners and images...

Post by Guest December 12th 2011, 8:10 pm

Use the code I post posted. You need to use this code, without code you can't do want you want. Smile
avatar
Guest
Guest


Back to top Go down

Back to top


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