• I am trying to edit my wordpress this morning and its acting really weird. I created a list on a page and in the <li> tag I have a multiline thing going in where there are <br /> to seperate the lines. It treats the first line of the <li> like its not in the tag at all!

    Also, when Im in editing my page and then I click the save button it doesnt go back to the list of pages to manage, it acts like im clicking the save and continue editing button.

    Anyone know what might be going on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • could you give the url of your blog?

    Thread Starter armstrong1118

    (@armstrong1118)

    unfortunately I dont think Im allowed because its a project for my employer….but I just looked at the page source and its different from whats in the manage page area……

    I would say that maybe its not saving my changes when I click save, but i can see some changes if I like add breaks in different places..

    I am confused.

    Thread Starter armstrong1118

    (@armstrong1118)

    From the manage pages code:

    <div id="wkspheadimg"></div><br />
    		<ul>
                    <li>
    		Master Teacher: <span class="wkspblue">Edwin Motivo</span>
    		Workshop Focus: <span class="wkspblue">Literacy in English</span><br />
    		Grade Level: <span class="wkspblue">K-5</span><br /></li>
                    <li>
    		<span class="spaceout">
    		Vel aliquip abdo exerci eros camur mos ea uxor modo praesent, fatua suscipit praesent. Adsum ut lucidus lobortis nisl letalis ut. Validus ulciscor nonummy singularis in enim pertineo augue comis in ingenium nulla eros incassum. Persto, cogo enim genitus dignissim, quibus fatua erat, capio laoreet te ibidem consequat singularis. Enim persto paulatim voco nulla conventio odio vel duis, vereor.
    		</span>
    		</li>
    		</ul>

    From the page source:

    <div id="wkspheadimg"></div>
    <p></p>
    <ul>
    <li>
    		Master Teacher: <span class="wkspblue">Edwin Motivo</span><br />
    		Workshop Focus: <span class="wkspblue">Literacy in English</span><br />
    
    		Grade Level: <span class="wkspblue">K-5</span></li>
    <li>
    		<span class="spaceout"><br />
    		Vel aliquip abdo exerci eros camur mos ea uxor modo praesent, fatua suscipit praesent. Adsum ut lucidus lobortis nisl letalis ut. Validus ulciscor nonummy singularis in enim pertineo augue comis in ingenium nulla eros incassum. Persto, cogo enim genitus dignissim, quibus fatua erat, capio laoreet te ibidem consequat singularis. Enim persto paulatim voco nulla conventio odio vel duis, vereor.<br />
    		</span>
    		</li>
    </ul>

    In the page source theres an extra <p> and some <br> missing and some in places where there arent in the other code

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress acting weird’ is closed to new replies.