Inspired by the original [[http://forum.pbase.com/viewtopic.php?t=6023|PBase forum post]] by [[http://www.pbase.com/matiasasun/profile|Matias]]. A lot of PBase users don't know too much about HTML codes. They don't need to, but to exploit the full capability of PBase, it is good to know few basic HTML codes to create customised presentations in galleries. Note that these HTML tips are specific to //"galleries"// and not PBase //forums// (which use [[http://www.phpbb.com/phpBB/faq.php?mode=bbcode|BBCode]]. Also remember that after you add HTML to your gallery description, do check/select the "html flag" box in the 'edit' page. * To center text, link or images:

Text

Note that "center" can be changed acording to your desires. * To make a line break (an "enter" in Word language):
* To set the text **bold**: at the begining and at the end so this code: it is there should look like this: >it is **there** * To create a link: Press here for Link Note that the second part of the code with the "/" closes the link. For example this try to look at this image and give your opinion should look like this >try to look at [[http://www.__SELECTED__URL__| this image]] and give your opinion If you want to make the new link in a new window, use this code. this image * To insert an image: Note that ".jpg" must be added to the end of the line. Also note that the correct URL does have those elements. * To insert a link in an image, so when you click over the image the link works: Note that these last code is a combination from the previous two.