Image + text

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
jlbach
Posts: 18
Joined: Fri 1. Apr 2005, 12:50
Contact:

Image + text

Post 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.
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post 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...
jlbach
Posts: 18
Joined: Fri 1. Apr 2005, 12:50
Contact:

Post 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. :)
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply