• ndnnews

    (@ndnnews)


    Help Please!

    I am really struggling with this wordpress. I am new to this and things just keep getting messed up.

    All of a sudden all my posts except the first two, are so tiny you cant even read them. I thought it was just a few posts, so I deleted them and when the posts on the next page moved forward, they are now the same way.

    I also deleted the 3 rototing pictures and only have one picture, but yet they are still showing up. I deleted them in the folder on the ftp files.

    http://www.ndnnews.com

    thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • shane-g

    (@shane-g)

    Hi,

    You can set your font style from style.css from your theme folder…did you make any changes in style.css file or change the theme?

    I suggest you to check with other or default themes of wordpress..and do a habit to write a code/post in notepad and paste it in the write post window..rather then copy from the MS word..

    Thanks,

    Shane G.

    asechrest

    (@asechrest)

    You have an unclosed <span> tag, with font-size: x-small; that is making the font on the rest of the posts on the page x-small. You need to close this span tag. Actually it looks like two unclosed span tags. It’s here:

    <span style="font-size: x-small;"><span style="font-size: smaller;"> <a href="http://ndnnews.info/news/?p=979#more-979" class="more-link">Continue reading LIVESTOCK INTERESTES HAZE BISON OFF CATTLE-FREE HORSE BUTTE</a>

    I don’t know why you have two, but try closing both of them with a </span></span>.

    For future reference, when you see that at a certain point down the page something strange happens and then continues for the rest of the page, the problem is often an unclosed HTML/XHTML tag. So if a problem like this arises, right click and view your source and start making sure all your tags are closed.

    [EDIT] – For clarification, this problem is in the post titled LIVESTOCK INTERESTES HAZE BISON OFF CATTLE-FREE HORSE BUTTE. Go to the post editor and edit this post, switch to HTML view, and close the <span> tags.

    Thread Starter ndnnews

    (@ndnnews)

    That worked, thank you very much it is greatly apprecaited!
    All this html is new to me, so all of this is a learning expierence!

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

The topic ‘posts, fonts completely messed up’ is closed to new replies.