site news

For general discussion of the Poker Mavens software
Post Reply
gpbets
Posts: 24
Joined: Sat Jun 07, 2014 9:46 am

site news

Post 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.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: site news

Post 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">
Post Reply