Tagged Questions
0
votes
1answer
330 views
Why does hitting enter in Visual Editor add <p> instead of <br>?
Why does hitting the enter key in Visual Editor add <p> instead of <br>?
What I want sometimes is a new line that starts immediately after the previous line. Unfortunately, the visual ...
0
votes
1answer
242 views
Right align a youtube video
I'm trying to right align (class="alignright") a YouTube video AND allow my client to edit the surrounding text in the future using the visual editor. I simply added class="alignright" to the tag ...
0
votes
2answers
776 views
Wordpress “Page not found error” when I edit a page
On a Wordpress based website, when I add text using wordpress visual editor or HTML source to a particular page - it gives "page not found error". I tried by adding some other text and its working ...
1
vote
1answer
435 views
Why does the HTML editor not wrap my code in paragraph tags when I press enter
Normally when using a rich text editor, when you hit return (i.e. do a full paragraph return) Your text is wrapped i.e. <p> my text </p> however this does not happen in wordpress.
Is ...
2
votes
4answers
4k views
Keep HTML format when switching from Visual to HTML editor
I've been looking around for a solution that will allow me to edit HTML code and have it remain after a switch to the Visual editor and back.
I've tried a bunch of things with no luck:
the ...
1
vote
2answers
1k views
Switching From HTML to Visual Editor and Back Completely Strips Page Contents
I have a page (not a blog post) I need to embed an iframe on (it's to "integrate" an external service's product catalog). I added the iframe code in the raw HTML editor and saved the page. I viewed ...