Please provide help for my blog

Discussion in 'Blogging' started by Ankit_Garg, Apr 1, 2008.

  1. #1
    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. :)
     
    Ankit_Garg, Apr 1, 2008 IP
  2. robojiannis

    robojiannis Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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!
     
    robojiannis, Apr 1, 2008 IP
  3. lock

    lock Banned

    Messages:
    205
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    When typing a post make sure you are in code view and use the <h1> tag.
     
    lock, Apr 1, 2008 IP
  4. Ankit_Garg

    Ankit_Garg Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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...
     
    Ankit_Garg, Apr 1, 2008 IP
  5. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #5
    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
     
    hmansfield, Apr 1, 2008 IP
  6. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #6
    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
     
    arwen54, Apr 1, 2008 IP