Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Easy way to put logo in header
Raize
✭✭
Since I am not a coder, I was looking high and low for an easy way to put my logo into the header of my forum. The easiest way I have found to do this is to simply use html code in the "banner title" field which can found at settings>application settings
For example, I used
<img src="talkforum_logo.jpg" alt="Logo" />
This is just a basic html tag which points to an image file, which should be placed in the root folder of your forum (the one that contains index.php). Surprisingly, this worked very well. Now I am going to find the way to link the logo to my main page so users can click the logo whenever they want to go back to the home page.
0
Comments
<a href="http://talkforum.com/vanilla/"><img src="talkforum_logo.jpg" alt="Logo" /></a>
<a href="..." style="text-align:center;"><img ...></a>
#Session {
position: absolute;
top: 10px;
right: 15px;
color: #FFF;
}
I'm guessing I have to change the word "absolute" to something like "center" Any advice?
a img { border: 0; }