I 've just installed 2.0.17 and started customizing the forum.
In Theme setting>site slogan, when I changed the font style adding code <b><b/> or <i><i/>, the whole forum font changed too. I think there are some errors (or missing) in coding or is it normal? IMO it should change only the site slogan words.
Quote<b><b/> or <i><i/>
That's because you're not closing the tags correctly, meaning anything following your slogan will be bold and italic.
<b></b> and <i></i>
Quote from: Shambles on April 25, 2020, 06:04:44 AM
Quote<b><b/> or <i><i/>
That's because you're not closing the tags correctly, meaning anything following your slogan will be bold and italic.
<b></b> and <i></i>
thank you. my mistake. I didnt know that it affect the rest of forum.
unclosed HTML - like any other code, will cause errors in much - if not all - code after it.