Why does WordPress completely ignore any html I try to put in my post?
For example I've been trying to put a
and a <p align="center"> but all was completely ignored.
Dose WordPress not accept this kind of thing, or am I doing something wrong?
Why does WordPress completely ignore any html I try to put in my post?
For example I've been trying to put a
and a <p align="center"> but all was completely ignored.
Dose WordPress not accept this kind of thing, or am I doing something wrong?
align=center is outdated anyway. You should be able to use <p style="text-align : center;"> in the html view, assuming you have a suitable role. I think the style might be stripped if you are not an editor.
Hey, thanks for that appreciated.
This topic has been closed to new replies.