|
Main /
AdvancedUsageAdding LinksYou can add links by highlighting the text you want the link to be on and then clicking the chain link icon 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 ImagesAdding 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 fileIf 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 viewThe 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
|