Question / Help Using HTML line breaks with Stream Labels doesn't work in OBS?

darkpowrjd

New Member
So I've been trying to get Stream Alerts in OBS to work the way I want it to. I want it so it will say "Most Recent Follower" on one line, then right below it will say the name of the follower. Thing is, while the template will show that the way I did this is correct, and I did check it in XSplit to make sure there was nothing wrong on my end to what might be happening here, OBS REFUSES to acknowledge that the normal HTML line break ( < br > ) is a code to apply a new line. It instead shows the tag as if it was never a code.

I REALLY want the line break in there to have the effect I want, and I would love to do this in OBS! Is there something I'm doing wrong with it? Is there a plugin I don't have, or an option I'm not clicking?
 

darkpowrjd

New Member
The current way the text is, it's "Most Recent Follower: < br > {follower name}". The intended result is this:

Most Recent Follower:
{follower name}

Want to find a way to get this to work in OBS. I don't know if Stream Labels has a way to have it work with OBS or not, and I can't find any way to discuss this through there or if it's even been brought up.
 

eden team

New Member
I encounter the same issue than darkpowjrd, I want to break the line, and even if the preview in stream labels gives
" Last donator : xxxxx
5€", it isn't detected in OBS Studio, and leave it as text " Last donator : xxxxx <br> 5€ ".
 
Top