Page 1 of 1

site news

Posted: Mon Jul 28, 2014 2:01 pm
by gpbets
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.

Re: site news

Posted: Mon Jul 28, 2014 2:44 pm
by Kent Briggs
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.
You can use any HTML markup. For example:

Code: Select all

<b>this will be bold</b>
To display an image stored on your server, make sure you have specified a "Web folder" down in the "Web Settings" group and then put your image in that folder. Then reference it without a path in your news setting like:

Code: Select all

<img src="myimage.png">