• dear all,

    I’am newbie on wp
    on ‘code’ mode, for the img tag, I did: <img src="..." class="..." width="..." height="..." alt="..." />

    on ‘visual’ mode (xhtml conversion is active):
    <img src="..." ilo-ph-fix="tofix" ilo-full src="..." class="..." width="..." height="..." alt="..." />

    is this normal conversion? (produces not valid xhtml 1.1) 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • It should be:

    <img src="http://site.com/image" />

    A better way of doing it is to go
    to visual mode, select the picture
    icon to insert the picture. A pop
    up box will open. When it does,
    fill out the form in the box. Then
    go to code and you’ll see the
    correct markup. Then go to visual
    and the image should be there.

    Thread Starter daniiswara

    (@daniiswara)

    cstina,
    no, I still see ilo-full-src= and produces not valid xhtml 1.1
    using ‘visual’ mode when inserting img produces not valid xhtml 1.1 also, especially with ‘align’ tag

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘img conversion’ is closed to new replies.