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
Good day. I have a forum located at:
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.
0
This discussion has been closed.
Comments
#Header { background: url('your image') no-repeat top right; }
Or:
#Header h1 { background: url('your image') no-repeat top right; }