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.

Image In Header Of Forum

edited December 2007 in Vanilla 1.0 Help
Good day. I have a forum located at:

http://www.lensaunders.com/peanuts/forum84/

At the top, I would like to put an image next to the words ABC Peanuts. Is there a way to accomplish this? I am not very experienced with forums. Thanks in advance.

Comments

  • Just tried to search for this here since nobody responded, but no luck. If anyone is around who knows how to achieve this, please advise.
  • sjeepssjeeps
    edited December 2007
    You could add something like this in your vanilla.css file:

    #Header { background: url('your image') no-repeat top right; }
    Or:
    #Header h1 { background: url('your image') no-repeat top right; }
  • Thank you. That did work. Appreciate it.
This discussion has been closed.