Viewing 4 replies - 1 through 4 (of 4 total)
  • Looking at the page source, it looks like you have an ’em’ tag that is not being closed, causing the rest of the site to be in italics. It looks like it is in the second to latest post.

    Thread Starter jonsellers

    (@jonsellers)

    I’m afraid i don’t understand what that means. I tried deleting the second to last post (wasn’t that great anyway) nothing changed. Any further advice for a novice such as myself?

    The problem is this section of html:

    <span style="font-size: 11pt; color: black; font-family: Verdana" />
    <span style="color: black"><font face="Times New Roman" size="3">
    <span style="color: black" /></font></span><font face="Times New Roman" size="3"><span style="color: black">?</span></font>
    <font face="Times New Roman" size="3"><span style="color: black" /><span style="color: black"><em /></span>
    <span style="color: black" />
    <span style="color: black">?</p>
    <p /></span></p>
    <p /></font>
    </p>

    And more specifically, this:

    <em />

    That should be changed to this:

    </em>

    That whole section of code is a mess really – lots of starting and ending spans and font declarations for no reason. It really needs to be cleaned up a bit. Perhaps you edited the post in another program and pasted the html output to WordPress? That could explain all the extra tags.

    Thread Starter jonsellers

    (@jonsellers)

    Aleister, I don’t understand all that, but i deleted a bunch of stuff and that worked. thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My site is in italics’ is closed to new replies.