http://malawi.debesciak.net

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
VDR
Posts: 3
Joined: Mon 13. Feb 2006, 23:19

http://malawi.debesciak.net

Post by VDR »

Hello all :)
http://malawi.debesciak.net -- it`s my first page with phpwcms and I have small problem. When we open http://malawi.debesciak.net all is ok, but when click on News the right img is valign on top. How can I align it on bottom ? I try many combinations with many tags and valign=bottom without any effect :(
Last edited by VDR on Tue 14. Feb 2006, 00:05, edited 1 time in total.
fellchen
Posts: 158
Joined: Thu 21. Jul 2005, 15:48
Location: Wesel a. Rhein, Germany
Contact:

Post by fellchen »

Code: Select all

<td valign="top" width="158" bgcolor="#000000"><!-- 
---- rechts - 325px Mindesthöhe bei leeren Seiten --- //-->
try

Code: Select all

<td valign="bottom" width="158" bgcolor="#000000"><!-- 
---- rechts - 325px Mindesthöhe bei leeren Seiten --- //-->
You should not take life too seriously,
or you will not even get out of it alive!
VDR
Posts: 3
Joined: Mon 13. Feb 2006, 23:19

Post by VDR »

In page layout I have set rendering: table and this code is generated by phpwcms.

In template, I have actually for right only:
<img src="picture/right.jpg" valign=bottom width="158" height="485" alt=""/>
fellchen
Posts: 158
Joined: Thu 21. Jul 2005, 15:48
Location: Wesel a. Rhein, Germany
Contact:

Post by fellchen »

Here is it:

Code: Select all

<!-- rechts - 325px Mindesthöhe bei leeren Seiten -->
<img src="spacer.gif" width="100%" height="100%" alt="">
<img src="picture/right.jpg" alt="" width="158" height="485" align="baseline">
A new image (clear pixel gif file) width 100% and height 100% fills up the space on top of your image.

Download spacer.gif zipped!

Greez Marko
Last edited by fellchen on Tue 14. Feb 2006, 00:48, edited 2 times in total.
You should not take life too seriously,
or you will not even get out of it alive!
fellchen
Posts: 158
Joined: Thu 21. Jul 2005, 15:48
Location: Wesel a. Rhein, Germany
Contact:

Post by fellchen »

Ok, I have it working in Dreamweaver but in a HTML file it's not working that way. What a crap!

Normally, I use table based layouts with graphic design coverted in HTML. I haven't to positioning a single picture on a dynamic length layout.
You should not take life too seriously,
or you will not even get out of it alive!
VDR
Posts: 3
Joined: Mon 13. Feb 2006, 23:19

Post by VDR »

fellchen wrote:Here is it:

Code: Select all

<!-- rechts - 325px Mindesthöhe bei leeren Seiten -->
<img src="spacer.gif" width="100%" height="100%" alt="">
<img src="picture/right.jpg" alt="" width="158" height="485" align="baseline">
A new image (clear pixel gif file) width 100% and height 100% fills up the space on top of your image.
When height=100% the spacer.gif fill all right column and the right.jpg never display.
When I set height=80% of course 20% of right.jpg display.
I think, I can make many templates which diffs only height of spacer.gif image, and use it with looong articles but this is awful sollution ;)
Pappnase

Post by Pappnase »

hello

moved the thread to support!
cmslounge
Posts: 12
Joined: Tue 28. Feb 2006, 14:56
Location: Toronto
Contact:

Post by cmslounge »

Consider changing the font color for the {Content}. It's a bit hard to read.
cmslounge.com | premium phpwcms templates
Post Reply