Create a box using xenforo code

DaveL

Well-known member
Hi,

Is there any xenforo code I can use to create a box similar to that shown in the picture below?
adbox.webp

That was a box I managed to create in IPB using some of their code so it matched the colours and style.

Im guessing it is possible, but just wondered if theres any threads showing what code to use. I intend to use it in the footer so it shows on everypage.

Thanks

Dave
 
Try something like this:
HTML:
<div class="sectionMain">
	<h3 class="subHeading">Dover Advertising</h3>
	<div class="secondaryContent" style="text-align: center"><!-- image goes here --></div>
</div>
 
Top Bottom