Page is a not externally linkable
lucy24 - 11:28 pm on Dec 5, 2012 (gmt 0)
You have to find out where the white box is coming from. Off the top of my head:
--white parts of non-transparent image in non-white page, need to fix image itself (assuming either <= 256 colors, or alpha channel in browsers that support it)
--image margin non-zero on white-background page, needs CSS work
--image border non-zero with color white, ditto
--image padding non-zero if background-color of image div (or equivalent) is white, ditto
--(rare) if image is a link, browser supplies border and/or text-decoration unless told not to