Recent Changes - Search:

Menu

Articles

Roadmap

Affiliates

edit SideBar

AdvancedUsage

Adding Links

You can add links by highlighting the text you want the link to be on and then clicking the chain link icon on the toolbar

You will then be presented with a pop-up window that asks for details about your link

Enter the reference for the URL into the link field. If you have the full URL simply remove the default http:// text and replace with your reference. If you need to build up the URL e.g. http://www.domain.com/#3# this will also work.

You can use the Title field to add a text description to your link.

Adding Images

Adding images currently has to be done via the HTML view of the template designer. Swith to the html view using the buttons on the top right of the template designer:

You can then enter the following line of code to create your Image:

<img src="#3#" alt="#8#>

If you want to control the size add:

<img src="#3#" alt="#8# height="100px" />[[<<]]
<img src="#3#" alt="#8# width="100px" />[[<<]]
<img src="#3#" alt="#8# height="100px" width="100px" />[[<<]]



Removing the headings from the CSV file

If your CSV file has a row or rows of headings that you do not want to include when you are creating the posts you can use the romove titles option.

This asks you for a number of lines to exclude from the top of the datafeed. Usually there will only be one, but you may require more, the plugin gives you this flexiability.



Don't be scared of the HTML view

The template editor has a visual (default) and HTML view. The HTML view shows you the code behind the template. If you are familiar with basic HTML you can edit this code to produce more advanced results.

A good resource for HTML is http://www.w3schools.com/html/DEFAULT.asp



Edit - History - Print - Recent Changes - Search
Page last modified on April 08, 2009, at 05:32 PM EST