text with picture

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

text with picture

Post by messmigoo »

I want to add the following contentpart: text with picture. I want to have the text outlined left and under the picture. It simply does not work with every setting of the text alignment.

http://gkvmiddelburg.bmtmedia.nl/

Thank you,

greetz

wilter
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

http://gkvmiddelburg.bmtmedia.nl/index. ... ,0,0,1,0,0

do you have found the solution on this page???


And, by the way... of course you are allowed to throw off the webDESIGNdp logo out of your templates and the print-page.... :wink:
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

And... if you have problems, take 2 contentparts

the 1. CP images for the image only ... the 2. CP text with image for the Text only
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

Post by messmigoo »

I mean the text next to the image on the left side. It does not work. Only text under a image works. 2 contentparts wil also give first images and under it the text. I want the following:

http://gkvmiddelburg.bmtmedia.nl/


greetz

wilter
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Have a closer look here:

http://phpwcms-templates.de/70.119.0.0.1.0.phtml


14 CPs: 7 CP image... the rest text with Image.... works :idea:


And all the text is, where i want him to be :lol:

If you want... send me a PN whith an ADMIN ACCOUNT... i will have a look!

BUT in the morning... it's to late now :cry:
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

i think you may need to alter a variable within config/phpwcms/conf.template_default.inc.php
FROM

Code: Select all

$template_default["article"]["image_div"]				= true;
TO

Code: Select all

$template_default["article"]["image_div"]				= false;
I think i remember this correctly
Post Reply