Just wondering if it'd be possible to add an image to the titles on either side of the template which can currently only be edited via design options with text. The screenshot below shows what i mean, any ideas?
Announcement
Collapse
No announcement yet.
Adding content to Left/right titles
Collapse
X
-
Simplest way without going into the templates and editing at html template level would be to add something like:
<img src="myimage.gif" height="xx" width="xx" border="0"> either infront or at the end of the text element.
Then, save the actual image file in the site1 folder and preview html folder so you can see it during preview, and then add it to the Additional Files under the Advanced menu option to ensure that Actinic uploads it.
This is a hack though, and the best way would be to programme it into your template source code, but hopefully this will put you onto a path or 2.
Comment