Content Manager Advanced Help
BOLD, italics and other Formatting in the BODY area
Code Examples / Adding Links / Multiple Images and More:
Please note:
Although the Visual Editor works well, and is often very convenient for making changes mentioned below, and for working in a visual environment to see the changes made, the down-side is that it uses and inserts certain html code that sometimes conflicts with the overall code used to create the website originally.
It also may lessen the overall Search Engine Optimization the designer constructed into the original website, lowering Search Engine listings.
For these reasons, we recommend you favor the EDITING FORM over the Visual Editor, and manually inserting the formatting code below.
Use the code snippets below to accomplish many additional powerful uses such as formatting, added links, additional images, special downloads, and much more.
(Remember to modify these examples to suit your needs and exact file names, etc.)
Making text BOLD: <b>Any text</b>
Making text italics: <i>Any text</i>
Changing color to parts of text: <font color="white">Any text</font>
Indenting text: <blockquote>Any text</blockquote>
Adding Links: <a href="anypage.html">Any Page
</a>
Links to other websites: <a href="http://www.anydomain.com/anypage.html" target="_blank">Any Website
</a>
Email Links: <a href="mailto:anyemail@anydomain.com">AnyEmail@AnyDomain.com</a>
Insert additional images within the body area: <img src="any-image.jpg" class="images-main" align="right">
Links to Downloads: (Using any FTP program, first create a "download" directory in your website, then upload those files to that directory.)
<a href="/downloads/anyfile.pdf">Any PDF or File
</a>
Link to Music Samples: (Using any FTP program, first create an "audio" directory in your website, then upload those music files to that directory.)
<a href="/audio/anymusicfile.mp3">Any Music MP3 File
</a>
Link directly to ShopCart items: <a href="/pages/[pageID#]/product_name.html">Buy Product Now
</a>