http://malawi.debesciak.net
http://malawi.debesciak.net
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
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.
Code: Select all
<td valign="top" width="158" bgcolor="#000000"><!--
---- rechts - 325px Mindesthöhe bei leeren Seiten --- //-->
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!
or you will not even get out of it alive!
Here is it:
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
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">
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!
or you will not even get out of it alive!
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.
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!
or you will not even get out of it alive!
When height=100% the spacer.gif fill all right column and the right.jpg never display.fellchen wrote:Here is it:
A new image (clear pixel gif file) width 100% and height 100% fills up the space on top of your image.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">
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