Forums

Space Between Post Title and content (9 posts)

  1. weiler14
    Member
    Posted 2 years ago #

    Hi
    How do i decrease the Huge space between my Title (medical assistant) and the Begining of the content ?? Is this in style css?
    http://medicalcodingstaffing.com/2009/10/12/medical-assistant-4/milwaukee-wi/2912

    THANKS

  2. weiler14
    Member
    Posted 2 years ago #

    anyone

  3. weiler14
    Member
    Posted 2 years ago #

    thoughts?

  4. Shane G
    Member
    Posted 2 years ago #

    Hi,

    You can add the <div> <div> tag at the end of the header fiile or at the top of the page where you want to put the space.

    Thanks,

    Shane G.

  5. weiler14
    Member
    Posted 2 years ago #

    I wanted to Decrease the space. is that possible?

  6. weiler14
    Member
    Posted 2 years ago #

    IS there a way to do this in style sheet? My single postphp gets very messed up if i completely remove <div>

  7. dakranii
    Member
    Posted 2 years ago #

    It's your code that appears to be the problem. You have an line of spaces in there.

    <div class="clear">									
    
    &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<img class="alignright size-thumbnail wp-image-58" title="medical_symbol_teal_on_gray" src="http://medicalcodingstaffing.com/wp-content/uploads/2009/06/medical_symbol_teal_on_gray5-150x150.gif" alt="medical_symbol_teal_on_gray" width="110" height="90" />
    
    <p>code: medical assistant job 2912</p>

    You have a line of spaces (&nbsp;) then an image, then you start "code: medical assistant" with a paragraph tag.

    If you style your image to float it right, it will get out of the flow of the text. Then delete the row of spaces, and your "code: medical assistant job 2912" will move up on the page.

    I can't see how you've created it in the backend, only what the resulting output html is.

  8. weiler14
    Member
    Posted 2 years ago #

    can i edit it and say "float right" instead of "align right"?

  9. dakranii
    Member
    Posted 2 years ago #

    I'm not so sure the image is the problem. It's those spaces that are creating an extra line for you. You can change class="etc" to style="float:right;" and that will at least make sure the image is set to the right.

    But even if you removed the image from the situation, I think you'd still have those  's moving your top line of text down.

    Are you using the HTML editor or the Visual editor when editing your pages?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.