Phanfare Support Site
Adding html links
From Doc
Phanfare allows limited, basic html in specific parts of your albums. The specific tags allowed are detailed below.
If you want to add an html link and/or link to your email address on your Phanfare site, you can do so in the website welcome message and/or any of your album descriptions. You can also use basic html in captions.
Here are the specific html tags allowed:
If you are trying to create a clickable link to your email address:
Email me at: <a href="mailto:support@phanfare.com">support@phanfare.com</a>
If you want to create a link to another site:
To view our site, go to: <a href="http://www.yoursite.com">www.yoursite.com</a>
If you want the link to open up in a separate window:
To view our site, go to: <a href="http://www.yoursite.com" target="_blank">www.yoursite.com</a>
If you want to bold, underline, italicize or center text:
<u> underline </u> <b> bold </b> <i> italics </i> <center> center this </center>
If you want to create an unordered list or bulleted list:
This is my list: <ul><li>First bullet <li>Second bullet <li>Third bullet </ul>
If you want to increase or decrease the font size:
<font size="-1"> decreasing font size </font>
Comments do not recognize HTML tags.

