Conversion Rate Optimization Blog

About the Invesp Blog

This blog is brought to you by the team at Invesp, a conversion optimization company.


Meet the authors of the invesp blog: Ayat, and Khalid.

Subscribe

RSS Subscribe via RSS Feed

Or, receive weekly updates by email:

Landing page optimization

Does your PPC campaign need help?
Invesp offers
landing page
optimization

By khalid on August 13, 2007 11:50 am
Posted in (Miscellaneous)

Let me start with a confession: UI is not my strongest skill. Actually I survived for 15 years in the software industry without having to touch any html (jsp in my case).  Of course, that all changed with our blog. In my attempt to move the blog from Joomla to WP, I customized the WP template to match our Joomla design. Everything looks good. Except, well for the white space that appears whenever it feels like it. You can see the whitespace problem here. Needless to say, IE and Fire fox don’t behave the same way. Something I feel IE is to blame for. But you will notice that some of our posts will have a large white space in them. The only common factor where this happens is I use the html element blockquote. The css for it is defined as follows:

blockquote {
background:transparent url(http://www.invesp.com/site/v1/images/blockquote-invesp.png) no-repeat scroll left 0%;
clear:left;
font-family:Georgia,Times,serif;
font-size:1.1em;
font-style:italic;
line-height:1.75em;
margin:15pt 40px 15px;
min-height:35px;
padding:15px 0pt 15px 70px;
}

So, if you have any suggestions on how to fix this, please share them with us. Or bare with me as I try to figure out how to fix the problem.

An update: Yannis helped solve this issue on the Cre8asite Forums. Thanks A lot! The problem was with “clear:left” element in the css. I removed that and the problem is gone :)

If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.
If you enjoyed this post, make sure you subscribe to my RSS feed!

If you enjoyed this post, please consider subscribing to the Invesp blog feed
to have future articles delivered to your feed reader.

Or, receive weekly updates by email:

4 Responses to “ Whitespace = headaches!”

 
The Happy Rock Says -- August 14th, 2007 at 9:02 am

I would suggest a pretty invaluable tool Fire Bug. It is inline CSS editing/debugging. They even have a lite version that should help with IE. It should illuminate what divs and spaces are being rendered, and what rules are causing them.

https://addons.mozilla.org/en-US/firefox/addon/1843

 
khalid Says -- August 14th, 2007 at 10:54 am

Hi Frank,

Thanks for the suggestion. I have been using fire bug for sometime now. I don’t think I can survive without it. But it is not helping a lot with this problem. I think I have a long night ahead of me trying to figure this one out.

 
gmttzy Says -- August 15th, 2007 at 11:13 pm

I wish I can help but neither html nor css are my areas of expertise.

 
Jason Says -- August 16th, 2007 at 8:38 pm

I’ve had a lot of frustration due to the difference in “default” stylesheets applied to various HTML elements. Some of the side effects are very counterintuitive.