Layout Gap PRoblems with PHP/Javascript Combo
hey...
im not a rell good programmar... specially when it concerns php image things.... so i dunno if there is any flaw in that...but one thing that i noticed is that...... all the image heigths in the script are diferent in various place.... like... first its this.
in the simple mode...
then its this in the php code : (162)
and then at the base of the php its this...
under this part:
im not even sure if this even concerns this...
...but i just say it there.....
so i think if you make the values equal to 164...or 162..... it will most probably fix your problem......
glad to help if it works..... sorry if its of no use...

im not a rell good programmar... specially when it concerns php image things.... so i dunno if there is any flaw in that...but one thing that i noticed is that...... all the image heigths in the script are diferent in various place.... like... first its this.
| Code: |
| height="164" |
in the simple mode...
then its this in the php code : (162)
| Code: |
| (imgList, 627, 162, true); |
and then at the base of the php its this...
under this part:
im not even sure if this even concerns this...
| Code: |
| <!-- image to display if directory listing fails --> |
| Code: |
| height="122" |
so i think if you make the values equal to 164...or 162..... it will most probably fix your problem......
glad to help if it works..... sorry if its of no use...
No, that did nothing. Thanks for the effort though
.
I might have to offer FriH$ for this one.
I might have to offer FriH$ for this one.
oh....soz... i tried....
one thing though... when i encounter situation like this... i just drag the table to the shortest its can be... i use dreamweaver so its easy.... like in your case... i would drag the table bottom as high as it can be..... in most cases it fixes my problems....
one thing though... when i encounter situation like this... i just drag the table to the shortest its can be... i use dreamweaver so its easy.... like in your case... i would drag the table bottom as high as it can be..... in most cases it fixes my problems....
that doesn't work either because the table is already set to be as tight as possible. It's something with the PHP code that is causing it to make a gap. I had this problem before when using divs, so I switched to tables. Now it's doing it again. Grrr.
