margin / padding / iframe problem margin / padding / iframe problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

margin / padding / iframe problem

Started by lordprodigy, February 14, 2006, 07:08:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lordprodigy

Hello,

I have added Nibbler's mod (http://forum.coppermine-gallery.net/index.php?topic=27035.0) which is working great. there seems to be some css or other clash in my theme as the news iframe wont fill in the whole table cell (right side empty space). Does anyone have any idea on where the problem might be? take a look at the attached image. thanks in advance!

lordprodigy

I tried creating brand new css tags for the news side of the table based on the originals, by removing all the padding and margin attributes but it still doesnt work :(

lordprodigy

mark it solved. I managed to fix it. thanks.

lordprodigy

solution to the problem can be found here http://forum.coppermine-gallery.net/index.php?topic=27844.msg129921#msg129921

it was simply to play with the table width values. % didnt work for some reason, so I used absolute values.