I want to place an image where the signature separation is. I believe I've found the current code under ipb_styles.css-->/*Topic View (& Related) Styles*/
.signature {
clear: right;
color: #a4a4a4;
font-size: 0.9em;
border-top: 1px solid #252525;
padding: 10px 0;
margin: 6px 0 4px;
position: relative;
}
.signature a { text-decoration: underline; }
What it currently looks like is this:

So, rather than have that light grey line there, I want to insert an image but I'm not sure what I need to remove and what I need to add to the code. Help?















