Create a box using xenforo code

DaveL

Well-known member
Licensed customer
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>
 
Thanks Kier. (y)

Which template will I need to look in to place it above the bottom breadbox? I was thinking footer but was wrong!
 
Back
Top Bottom