Thread Starter
kimiko
(@kimiko)
I tried installing a plugin called PreFormatted that seems to do more damage than good. Is there any way to make WP not touch the actual text I write?
I can’t use WP unless I have complete controll of the HTML used in the post body. Added tabs and tags will make my blog look really weird, hard to read and will invalidate the HTML ^^; I will write all <P></P> and <BR /> myself.
In the default post page, I think you do not need ,
tags make spaces between each sentense, or paragraph. You only have to double click ENTER button.
Try out the WYSIWYG plugin.
http://www.wp-plugin.net or http://www.wp-plugin.info.
I hope those links are correct…;)
Thread Starter
kimiko
(@kimiko)
The whole point is that I want to write the complete HTML myself. WYSIWYG isn’t the answer to my problem.
In addition to putting <br/> and in places I don’t want it to, I also noticed that & ‘ and other special characters are turned into HTML entities.. the developers should make this “texturizer” or whatever they call it an option you can turn on or off.
Anyone know what and where to change this feature in the code?