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; }