Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorabcpeanuts1
    • CommentTimeDec 22nd 2007 edited
     # 1
    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.
    • CommentAuthorabcpeanuts
    • CommentTimeDec 22nd 2007
     # 2
    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.
    •  
      CommentAuthorsjeeps
    • CommentTimeDec 22nd 2007 edited
     # 3
    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;
    }
    • CommentAuthorabcpeanuts
    • CommentTimeDec 22nd 2007
     # 4
    Thank you. That did work. Appreciate it.
Add your comments
    Username Password
  • Format comments as