Blank space results from removing text line
I'm using the Blank Sidebox module to add a box for an image and want to remove the text line. When I edit the line
define('TEXT_BLANK_SIDEBOX', 'Replace this text with your HTML content.');
like this:
define('TEXT_BLANK_SIDEBOX', '');
it leaves extra white space above the image, like a blank line. If I delete the entire line it inserts
TEXT_BLANK_SIDEBOX
How can I delete the text line without leaving the extra blank space?
Any help would be much appreciated!
Re: Blank space results from removing text line
This is likely then a CSS issue for this one sidebox. Probably the best thing to do is to provide a link to the site/page in question and identify what you can to help someone quickly locate the problem space.
Re: Blank space results from removing text line
Fixed it... I don't actually know how though, but it works now. I based some tweaks on an earlier version that worked for me, and all of a sudden the extra white space was gone. An odd surprise, but a pleasant one.
Thank you for your reply! :smile: