特殊字符移动到行首 the_content
Special Characters move to beginning of line in the_content
我有一个 wordpress 网站 http://perfectskinsolutions.co.uk/test/,除 the_content.
中的博文文本外,所有文本的格式都很好
所有特殊字符移至行首。这不会发生在存档页面中,或者 the_excerpt 仅在显示 the_content 时发生。字符很好,就在行的开头 -
测试!
更改为 -
!测试
任何人都可以解释一下吗?
只需转到您的样式表 "style.css" 并转到第 12 行:
.rev{
/*direction: rtl;*/ comment this line
text-align: left;
}
我有一个 wordpress 网站 http://perfectskinsolutions.co.uk/test/,除 the_content.
中的博文文本外,所有文本的格式都很好所有特殊字符移至行首。这不会发生在存档页面中,或者 the_excerpt 仅在显示 the_content 时发生。字符很好,就在行的开头 -
测试!
更改为 -
!测试
任何人都可以解释一下吗?
只需转到您的样式表 "style.css" 并转到第 12 行:
.rev{
/*direction: rtl;*/ comment this line
text-align: left;
}