Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : http://rotavn.forumotion.com/forum
Description of problem
Hello guysI'm building a RPG feature for my site and first of thing here are my settings in ACP -> Modules -> RPG -> Fields Management
And when viewing in user's profile
How to display an only field named "Character" what contains an <img> inside it?
For example they are 2 fields with a same name "Character"
With an image inside <dl>
- Code:
<dl class="rpg_fields"><dt> <span class="gen">Character</span> :</dt><dd class="rpg_fields-l"><span class="gen"><span class="gen">Prophetess ★★</span><img src="https://i.imgur.com/PPPIJEv.png" alt="Prophetess ★★" style="vertical-align: top;"> </span></dd></dl>
- Code:
<dl class="rpg_fields"><dt> <span class="gen">Character</span> :</dt><dd class="rpg_fields-l"><span class="gen"><span class="gen"></span></span></dd></dl>
Thanks
Last edited by SarkZKalie on August 7th 2018, 11:16 pm; edited 2 times in total