Hi,
We had a thread about this question months ago.
You can found it starting a search on "images" (its title is is "images").
But here is what I answered:
Hello Neville,
Images are not part of the Html file. They are external files. The Html document only has a reference to images files (href="...").
TBS won't be able to merge a binary image source with a template because there is no such thing in Html.
What id usuaaly done is save image's path in the database, instead of the image's source. Then dynamic page can be created.
Other wise, it's a big problem and lot of performance lost.
|