since i am going to sleep. here is the third issue.
which is: the text editor remove <br< words from it self,
3 : text editor removing words by it self when i switch from code to visual.
Thanks
@ipstenu
some one un-deleted the post with photo link which you already deleted and fixed the link on first article. i don’t know why.
and my last comment should have included this link but i didn’t and i can’t edit it .
https://www.youtube.com/watch?v=26YjDr7zsLQ
now 2 comments became 4, can you fix please .
thanks
-
This reply was modified 9 years, 9 months ago by
abdorefky.
No one de-linked. I changed your link from an embedded image to a link because Google Docs doesn’t permit hot linking images (that is, you cannot use <img src="https://drive.google.com/open?id=0B_En0WCYnzMsYXZIYzlFWVJxbWs">
(FYI this is not a forum bug with the upgrade, this is plain and simple Google π )
We can’t merge posts yet, so this is fine.
You probably have a different theme than you have on .com, which means the display font will be different on the new site. You’re making a table, though, not a block quote, so you may need something like https://ww.wp.xz.cn/plugins/tinymce-advanced/
Jetpack probably won’t be of much help here I’m afraid:
- The
br tags are most likely removed by the WordPress editor because you’re inside a blockquote.
- The look of the blockquote inside the post editor and on your site is managed by your theme.
That said, as Mika suggested, it might be worth formatting your table differently, to have more control over the look of the tables on your site. Instead of using blockquote, you can build a table, with proper tags around each table element.
Plugins like TinyMCE Advanced with help you build HTML tables. If you’d rather not install another plugin, you could use Jetpack’s Markdown module to build HTML Tables using Markdown. This online generator can introduce you to HTML tables and how to build them in Markdown:
http://www.tablesgenerator.com/markdown_tables
I hope this helps!
TinyMCE solved the problem by enabling preformatted with the blockquote.
now i copy paste into blockquote and text stay the same as the source π
the pre mode also enable right/left scroll which was great.
here is the result if you want to check
Thanks
-
This reply was modified 9 years, 8 months ago by
James Huff.
-
This reply was modified 9 years, 8 months ago by
Jan Dembowski.