Premium help!!

RG70Hz

Active member
Hello xF. Cody here. I was wondering, I've made a page for my premium section, but How would I add pictures and boxes and stuff? Anyone think they can help??
 
A page node? You can use standard HTML code in the template for your page node. Here is an image tag to display an image on the page:

Code:
<img src="PATH/TO/IMAGE.GIF" />
 
Top Bottom