Hi friends I have this blog on internet marketing www.flyoni.com Now as you would have noticed in the blog... Readability is very low due to poor formatting. And i have tried everything under the sun to modify but of no use. Could anyone pls help me with this. Also any other feedback will be more than appreciated. Thanks in advance.
try using headings. or change the css, so that the titles are bigger and the margins wider. But for your posts, definetely try using headers. If you need any help with the css, pm me!
Guys thanks for prompt response. But if i am not mistaken <h1> tag is for headline... I want to increase the spacing between two paragraphs... so that readability is more... Currently it looks cramped up...
Try changing the font to something that is not as "blocky" like Tahoma, or Arial, and reduce the size down 1. A drop cap plug in will make the beginning of the post stand out more, and try double spacing in between paragraphs. Also, you can use the <more> tag to stop the entire post from displaying, so only the first paragraph will be seen when the page loads. JMO
I don't think there's anything wrong with the Georgia font. What's wrong is there needs to be some line and paragraph spacing which the stylesheet is missing. add this to your stylesheet: .entry p { padding: 10px 0; line-height: 1.1em; } and that should make a big difference