Page 1 of 1

Image + text

Posted: Mon 27. Jun 2005, 16:52
by jlbach
I'd like to create a list of images with a description of each one. I want to present them like a table of 2 columns: images at the left ant descriptions at the right.
To do it I have choosed several "text w/ image" types of content. The result shows like a stair: each new image is listed at right of previous one until the line is full:

http://www.lestany.net/life/index.php?p ... ns_propies

I appreciate any help.

Posted: Mon 27. Jun 2005, 17:01
by tinoo
Hi

Just create after every "text w/ image" a html-contenpart with the following
html-code:
<div style="clear:both; padding:0; margin:0;"></div>

Or just activate in every contenpart the space before and after content, for example 5px each. Tthis will create a <div>-tag too...

Posted: Mon 27. Jun 2005, 17:22
by jlbach
Thanks tinoo!

Just before of submit this message I have tried to increase the space before and after each content part, but the result was not very polite, because at any change on the text, this space has to be changed to maintain the same aspect.

Your solution is much better.

Thanks again. :)

Posted: Tue 28. Jun 2005, 06:29
by Oliver Georgi
Very soon a new images content part will be included which is no longer based on table. It will be CSS driven.

Oliver