 |

klramker
Novice
Aug 9, 2006, 6:05 AM
Post #1 of 2
(1249 views)
Shortcut
|
I am attempting to add a company logo to my listing manager template, but I'm not having much luck! Is there a special trick when adding a .jpg? Or is this not allowed?
|
|
|  |
 |

Donna
Staff
/ Moderator

Aug 9, 2006, 4:16 PM
Post #2 of 2
(1241 views)
Shortcut
|
Hi there, The templates are plain HTML, so there's no difference between adding a logo to the templates and adding a logo to any regular website. There are a couple of things you'll want to be aware of, though. Most importantly, the path to the image is not relative to the templates directory, it will be relative to the listings directory. What I usually recommend is entering the image tag like this:
<img src="/full/path/to/image.jpg"> So for example, if the image is available at http://www.yoursite.com/images/filename.jpg, the path would be /images/filename.jpg -- including the slash at the beginning. This ensures that the tag will work on any page on the site, and you don't have to worry about the final location of the file. The other thing to remember is that after you modify your templates, you'll want to re-publish the files. This can be done in the Setup Options, with the "Publish All Listings" button (and so on.) I hope this helps! Let me know if you have any other questions or concerns. :) Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 | |  |
|