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.

how to get those link on this picture?

2 posters

Page 1 of 2 1, 2  Next

Go down

Solved how to get those link on this picture?

Post by Disaster92 September 19th 2008, 9:48 pm

here http://bildr.no/view/257369 how can i get links like that? just from other sites..??


Last edited by Disaster92 on September 20th 2008, 3:15 am; edited 1 time in total
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 19th 2008, 10:59 pm

u can resize other sites banners down to the appropriate size to fit there, than create a forum widget and place them there.

Code:
<a href="WEB SITES URL" target="_blank"> <img src="IMAGE (BANNER) URL" width="200" height="32"  /> </a></div>

using that code, you wont have to resize the image, since you can change the width and height in the code. the width and height is what i use on my site.
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 1:09 am

ok thanks m8 Very Happy
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 1:43 am

but how to get a banner for break.com or gameservers.com? how to get it?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 1:58 am

you'll need to either save the images off t heir site or search for them.

here's them:
how to get those link on this picture? Main_l10

and this one i found on google
http://www.ultimatetop200.com/banner.php?id=1495
http://www.cstopsites.com/banner.php?id=11
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:01 am

o thanks m8 Very Happy
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:01 am

but how to get them on my site? Razz like just copy http://www.ultimatetop200.com/banner.php?id=1495 into the widged?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:03 am

no, right click save the image on your computer, than upload them, than add the image url into the code, along with the sites url into the code and than place the code into a custom widget
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:04 am

can you type the code for me?plz
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:10 am

since im not good at HTML thingy plz type the whole code for me so i can paste it to my forum.
forum name : http://www.25thinfantrydivisionclan.com
banner : www.bildr.no/view/257483
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:30 am

Code:
<a href="http://www.break.com" target="_blank"> <img src="http://i39.servimg.com/u/f39/12/99/27/27/main_l10.gif" width="200" height="32"  /> </a></div></br></br><a href="http://www.gameservers.com" target="_blank"> <img src="http://i39.servimg.com/u/f39/12/99/27/27/25748310.gif" width="200" height="32"  /> </a></div>

that is the code for the break.com and gamerserver.com 's banners, just copy the code, create a custom forum widget, and title it links, and dont use the table type, or widget title. just name the widget name, links so u know what it is. than add it to your forum, unless you want it to appear in its own block, and the word "Links" to appear above the banners, like in the pic in ur first post than enable the table type and widget title
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:34 am

thanks its working now Very Happy so what do i do to add more banners etc?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:36 am

add:
Code:
</br></br><a href="WEB SITES URL" target="_blank"> <img src="IMAGE (BANNER) URL" width="200" height="32"  /> </a></div>
after the last code on your widget, and edit it with the sites url and the image url, which ull have to upload the image to get the url.
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:38 am

ok thank you for all the help Smile i owe you one Very Happy
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:39 am

also add:
Code:
<center>
at the very beginning of the code, and than
Code:
</center>
at the very end of the code.

also, is there a space in between the banners, its hard for me to tell, because of the new updates screwing with the appearance of forums
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:41 am

did u search on google to get the flash pictures?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:42 am

yea. i search gameserver.com banner

edit: and it looks better centered. Wink


Last edited by RCMZ on September 20th 2008, 2:42 am; edited 1 time in total
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:42 am

ok thanks:)
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:42 am

btw do you know any other websites i should add?Razz
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:43 am

not sure, search around sites, a nd add the ones that fit good with your forum
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:45 am

yeh. its a gaming forum so Smile so do you know any that will fit?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:47 am

maybe gaming companies? like ea sports, even bungie.net, etc
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:48 am

yeah Smile thanks:P
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:51 am

i tried it but it wont work [quote] </br></br><a href="www.gametracker.com" target="_blank"> <img src="http://bildr.no/view/257493" width="200" height="32" /> </a></div>/quote] wtf cant see the code?-.- how why what ??-.-
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:53 am

your image source is wrong, whenever u fund the image u want, right click on it and than go to save image as. than save it into a folder u can find easily. than ull have to upload it, either using the image uploader like on the forum, or photobucket or somewhere else, it will than give u the image url for that, thats what u place into the img src=""
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 2:54 am

this is uploaded to servimg which is from the forum

https://i.servimg.com/u/f39/12/99/27/27/25749310.png
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 2:59 am

yay it works:D thanks again hehe. so ill just do the same over and over again when im gonna add a new banner right?
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 3:00 am

yep, the code will basically be the same everytime with the </br></br> at the end of each code, so it spaces them out above eachother. and the links and image url will be different in each ofcourse too.
avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Solved Re: how to get those link on this picture?

Post by Disaster92 September 20th 2008, 3:01 am

DAMN AGAIN -.- when i click on the banner it cant find the page-.-
Disaster92
Disaster92
Forumember

Male Posts : 129
Reputation : 0
Language : Norwegian

Back to top Go down

Solved Re: how to get those link on this picture?

Post by RCMZ September 20th 2008, 3:01 am

avatar
RCMZ
Forumember

Posts : 283
Reputation : 0
Language : English

http://mytestforum.activebb.net/portal.htm

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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