• I’m running to some challenges with the spacing and format with my site. It looks great while I’m in the dashboard, but when it publishes it looks jumbled up and pretty terrible. I assume its the CSS, so I used firebug to try to figure it out, but I can figure out what I need to do to get the spacing and format to look good. Ex when I put a picture in a page I have to hit the return/enter key 5 or 6 times to get it to look right when its published.

    Sorry for the long post I hope this makes enough sense to get some assistance. Thanks in advance.

    Rich

Viewing 13 replies - 1 through 13 (of 13 total)
  • Post a link, I’ll be able to see what you mean and take a crack at finding the selectors. Although sometimes you have to create new div classes to get what you want, without having it effect other elements.

    Thread Starter richwininc

    (@richwininc)

    I’ll also need to know what exactly you are trying to do. Looks fine right now.

    richwininc,

    are you trying to have it sit how it does at the minute.. with one block of text to the right of the image, and then the rest after the image?

    if so you need to go into the html view and add the line
    <div style="clear:both;"></div>
    after your first paragraph.. this should then force the rest of the text down after the bottom of the image (so you can delete all your <h3>’s)

    ——-

    if not, and the reason you dont want the other text next to your image is because of the list items go all funny..

    it looks like the reason is your list elements are using a background image rather than an image for their list style.. this should make it so that they dont appear on the left side of the image.. and stay next to the list items instead..

    you should then be able to remove all your <h3>’s and it should sit correctly..

    🙂

    Thread Starter richwininc

    (@richwininc)

    So if you refresh that page. I’ve taken out the <h3> tags and in the dashboard used double space to put “Our Strategies” under the picture. When I look at the backend/dashboard “our strategies appears under the picture. When its published it looks messed up

    http://www.hispanicalliancesc.com/en/education/

    here’s how it looks when I do it. Code I’m using is posted below. Although it doesn’t show the &nbsp:‘s which appear between the blocks of text in the visual editor. Otherwise there’s no markup which I added manually.

    Thread Starter richwininc

    (@richwininc)

    I’m using tinymce this what my html looks like. When I remove the h3 tags it looks like what it does right now.

    <em><strong><a href="http://www.hispanicalliancesc.com/en/wp-content/uploads/2012/03/prettysmile.jpg"><img class="alignleft  wp-image-457" title="prettysmile" src="http://www.hispanicalliancesc.com/en/wp-content/uploads/2012/03/prettysmile-200x300.jpg" alt="" width="140" height="210" /></a></strong><span style="font-family: georgia,palatino; font-size: 14px;">TEXT</span>
    
    <h3></h3>
    <h3></h3>
    <h3></h3>
    <h3></h3>
    <h3></h3>
    <h3><span style="font-family: georgia,palatino; font-size: 14px;"><strong> Our Strategic Goals:</strong></span></h3>
    <ul>
    	<li><span style="font-family: georgia,palatino; font-size: 14px;">  Increase high school graduation rate for Hispanic youth.</span></li>
    	<li><span style="font-family: georgia,palatino; font-size: 14px;">  Build collaborations with local institutions of higher education to increase Hispanic enrollment and graduation.</span></li>
    </ul>
    <span style="font-family: georgia,palatino; font-size: 14px;">Our text</span>
    
    <span><span class="Apple-style-span" style="font-size: 14px; font-weight: normal; font-family: georgia,palatino;">
    </span><strong></strong></span></em>
    Thread Starter richwininc

    (@richwininc)

    So how do I get mine like yours? Is it something in my CSS?

    not sure, what happens if you use my code as is?

    what I did was, remove the h tags, switch to visual editor, then publish.

    it then showed the code like this in the html editor:

    <em><strong><a href="http://www.hispanicalliancesc.com/en/wp-content/uploads/2012/03/prettysmile.jpg"><img class="alignleft  wp-image-457" title="prettysmile" src="http://www.hispanicalliancesc.com/en/wp-content/uploads/2012/03/prettysmile-200x300.jpg" alt="" width="140" height="210" /></a></strong><span style="font-family: georgia,palatino; font-size: 14px;">TEXT</span></em>
    <h3><span style="font-family: georgia,palatino; font-size: 14px;"><strong>Our Strategic Goals:</strong></span></h3>
    <ul>
    	<li><span style="font-family: georgia,palatino; font-size: 14px;"> Increase high school graduation rate for Hispanic youth.</span></li>
    	<li><span style="font-family: georgia,palatino; font-size: 14px;"> Build collaborations with local institutions of higher education to increase Hispanic enrollment and graduation.</span></li>
    </ul>
    <span style="font-family: georgia,palatino; font-size: 14px;">Our text</span>
    
    <span><span class="Apple-style-span" style="font-size: 14px; font-weight: normal; font-family: georgia,palatino;">
    </span><strong></strong></span>

    Thread Starter richwininc

    (@richwininc)

    Yeah I tried your code and it didn’t work. I appreciate all the help. I may have to live with spacing challenges.

    as long as you have a way get what you need.
    can’t help but wonder, did you try removing the h tags (from your original code), then switch to visual editor, then publish?

    I don’t know why, but it seems to make a difference.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Spacing and Format issues’ is closed to new replies.