XF 2.0 Add images in pages template

To add an image, you can use the following HTML code:

HTML:
<img src="url">

Where URL is either the full URL (if an external image), or the local path to your image (if an image stored internally).

Examples:

HTML:
<img src="https://xenforo.com/community/styles/default/xenforo/xenforo-logo2x.png">

HTML:
<img src="styles/images/logo1.png">
 
Thank you. The number of steps I’m visualizing is upload via sFTP then using html.

This is leading me to the obvious question, are pages going to be enhanced to have a front end similar to resources with the ability to upload images?

I’m thinking this is going to be up to an addon rather than a future feature.
 
Top Bottom