XF 1.5 Notices Background

DaveM

Well-known member
I would like to take the yellow background out of a notice displayed above a forum area that looks like this.

So basically I just want to show the clickable logo that I have in this forum area. My HTML code looks like this

Code:
<div style="text-align: center;"><a
href="http://www.british-customs.com/"><img
style="border: 0px solid ; width: 347px; height: 51px;"
alt="British Customs" title="British Customs"
src="http://www.british-customs.com/images/bc-logo.png"></a></div>
 
Last edited:
Top Bottom