Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: aquascape on April 25, 2020, 01:33:37 AM

Title: core theme site slogan font style 2.0.17
Post by: aquascape on April 25, 2020, 01:33:37 AM
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.
Title: Re: core theme site slogan font style 2.0.17
Post by: 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>
Title: Re: core theme site slogan font style 2.0.17
Post by: aquascape on April 25, 2020, 09:27:38 AM
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.
Title: Re: core theme site slogan font style 2.0.17
Post by: Kindred on May 04, 2020, 12:48:57 PM
unclosed HTML - like any other code, will cause errors in much - if not all - code after it.