Page 1 of 1

http://malawi.debesciak.net

Posted: Mon 13. Feb 2006, 23:40
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 :(

Posted: Mon 13. Feb 2006, 23:53
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 --- //-->

Posted: Tue 14. Feb 2006, 00:04
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=""/>

Posted: Tue 14. Feb 2006, 00:30
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

Posted: Tue 14. Feb 2006, 00:30
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.

Posted: Tue 14. Feb 2006, 01:12
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 ;)

Posted: Tue 14. Feb 2006, 09:33
by Pappnase
hello

moved the thread to support!

Posted: Tue 28. Feb 2006, 15:29
by cmslounge
Consider changing the font color for the {Content}. It's a bit hard to read.