site news
Posted: Mon Jul 28, 2014 2:01 pm
when I edit it what code can I use to edit it more advanced like images and bold text.
Btw site news is the pop-up when you login.
Btw site news is the pop-up when you login.
You can use any HTML markup. For example:gpbets wrote:when I edit it what code can I use to edit it more advanced like images and bold text.
Btw site news is the pop-up when you login.
Code: Select all
<b>this will be bold</b>
Code: Select all
<img src="myimage.png">