EvanP
|
Banners!Hi Guys!
I was wondering if i can put another banner on my forum. I have the main banner/logo, but i want to put another in. Can I do this? If so, how?
Thanks
|
admin (no pm's please)
|
You can edit the overall_header.html file and put in what banners you want. But you do need to know html.
|
EvanP
|
I don't know any html. All i want to do is add a simple banner uploaded to ImageShack, could you give me a quick example code?
|
EvanP
|
Anyone please!?
|
admin (no pm's please)
|
All templates are html and all are different, hence there is no magic set of instructions anyone can give.
|
Zudane
|
creating an image link is rather simple with HTML. Although exactly where to put it and how you have to do it isn't easy to figure out unless people see the template themselves.
If people here were to give you the code then we'd be doing the work for you, and not everybody is willing to do that.
|
EvanP
|
You wouldn't even help me for all my Virtual Cash?
|
admin (no pm's please)
|
We will help people help themselves.
|
EvanP
|
Meaning...?
|
Zudane
|
Meaning we will guide you in the right direction. If we just post the code, then we have people that simply copy and paste, then others just copy and paste, and nobody learns how to do it on their own.
And if other people copy and paste, and don't know what they are doing, they could crash their template without having any clue what they did.
|
EvanP
|
"Guide me in the right direction then."
Just incase you need to know, i'm using the eTech Green template.
|
Zudane
|
There are a few hundred templates installed, last I checked it was just over 160 of them and that was months ago.
I don't know each template.
Basically you need to know HTML, links and images are very basic HTML.
An image is created using this code:
| Code: | | <img src="location of the image" height="" width="" alt="" /> |
(the height, width and alt are all optional, though alt is recommended)
and a link is just:
| Code: | | <a href="location the link leads to">text that is clicked</a> |
and it's easy to put them together, just replace the "text that is clicked" with the image tag.
If you want it properly aligned you'll need to learn HTML to get it right. There are a lot of HTML tutorials and guides. htmlgoodies.com has a quick little tutorial.
|
EvanP
|
Right, i've done it, now it's showing up as a text link to the image on imagehack, when you click it it takes you to where i wanted it to go, i just need to make the banner an image instead of a link now. Here is exactly what i put:
|
Zudane
|
that looks correct to me. I see an image that is a link. If you don't want the link then JUST use the image tag.
|
EvanP
|
Yeah, but look at the top of my actual forum there is only a link, no banner.
|
Zudane
|
I don't see either. just the normal extra time image.
|
admin (no pm's please)
|
You can use [code][/code] tags here to show us what code you have used.
|
EvanP
|
Here is what i used.
| Code: | | <a href="http://extratime.myfanforum.org/viewforum.php?f=38">[img]http://img99.imageshack.us/img99/4354/banner4l.png[/img]</a> |
Thanks, any help?
|
admin (no pm's please)
|
That is bbcode, you need html. bbcode only works in posts.
|
EvanP
|
That's what Zudane told me to use...
Can you give me like a starter template thing, just a small rough guide on what to put in?
Please?
|
I'm_Hackin'_Bored!
|
That is not what he gave you. You can go back to his post and clearly notice that your IMG code is different. The image code you are using is BBcode and what Zudane gave you is html. HENCE, why you only have the link and not the image.
|
|
|