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.
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.
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!