...
- Navigate to the Subject Reports page
- Select the Attributes tab in the left panel
- By default the Design tab the report template section is displayed
- Click on HTML to go to the HTML tab
- Images are entered using an <img> tag, for example: <img src=https://dl.dropbox.com/u/13090636/Contact%20Management/ScienceTRAXLogo.gif />
Tip The image should be on a secure server (https) to keep the windows security box from displaying
- Click on the Design tab and the image will be displayed
- The image can be formatted either on the Design tab or the HTML tab
- Design Tab
- Click on the image
- In the bottom right a Properties icon will display
- Click on the properties icon
- The Properties window will display
- Enter/edit the properties
- Click OK
- HTML Tab
- Select the HTML tab
- Add the applicable HTML
- Design Tab
...
else if (#image==1) Output.Write("<img src='https://dl.dropbox.com/u/13090636/Contact%20Management/StartupSide2.png'>");
%>
Note |
---|
Before pasting any code or text into the Design tab of a Report Template, first paste the content into Notepad to strip the formatting |
Alternately, the following code could be pasted into the HTML tab of the report template
...