Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tage in content box are not displayed at the correct place #34

Open
lenamtl opened this issue Mar 25, 2016 · 0 comments
Open

Some tage in content box are not displayed at the correct place #34

lenamtl opened this issue Mar 25, 2016 · 0 comments

Comments

@lenamtl
Copy link

lenamtl commented Mar 25, 2016

Hi,

I'm using tinymce as text editor.

I got some issue with span in content so I will I prevent user to enter span in content to not break the display, which other htlm tag should I avoid?

I got issue with ahref and fixed it by tinymce settings

In both case the content are displayed in the title box instead of the content box.

I'm using this code

$(function() {
$('#nt-example2-infos .infos-hour').html($('#nt-example2 li:first span').html());
$('#nt-example2-infos .infos-text').html($('#nt-example2 li:first').data('infos'));
}); 
@lenamtl lenamtl changed the title url in content box doesn't work Some tage in content box are not displayed at the correct place Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant