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

How to show beautiful html code in source code viewing area? #124

Open
Ademgenc53 opened this issue Mar 5, 2021 · 2 comments
Open

How to show beautiful html code in source code viewing area? #124

Ademgenc53 opened this issue Mar 5, 2021 · 2 comments

Comments

@Ademgenc53
Copy link

Hello,

Is it possible to show nice and organized HTML code to add or edit custom HTML code in the source code viewing area?

@nmohanan
Copy link
Contributor

nmohanan commented Mar 5, 2021 via email

@Ademgenc53
Copy link
Author

Ademgenc53 commented Mar 5, 2021

I disabled the following in CSS and the HTML code was well readable
However, it is not loaded into the editor from the database with php
Editor does not load at all
How can I overcome this error?

pre {
  /* white-space: pre-wrap; */       /* css-3 */
  /* white-space: -moz-pre-wrap; */  /* Mozilla, since 1999 */
  /* white-space: -pre-wrap; */      /* Opera 4-6 */
  /* white-space: -o-pre-wrap; */    /* Opera 7 */
  /* word-wrap: break-word; */       /* Internet Explorer 5.5+ */
}

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

2 participants