Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

155
Vistas
Header tag and paragraph tag are shown in single line tinymce

I'm using TinyMCE in my backend for content entry. But the content are displayed weirdly in the frontend.

I've not set any kind of css for this layout.enter image description here

I'm using the following tools and plugins:

menubar: 'file edit view insert format tools table help',
toolbar: 'undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent |  numlist bullist | forecolor backcolor removeformat | pagebreak | charmap emoticons | fullscreen  preview save print | insertfile image media template link anchor codesample | ltr rtl',
  toolbar_sticky: true,

This is the project I'm working on. link

I couldn't find what is causing the layout issue.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

What I think you should do is use some css and make the h1 into a block(the h1 is by default block but in your case it doesn't seem to be). so that way the element after it cant be on the same line for example.

<!DOCTYPE html>
<html>
<head>
    <style>
        \\ this is the style you need to apply
        h1 {
            display: block;
        }
    </style>
</head>
<body>
    <!--your h1 was for some reason by default displayed inline so-->
    <h1>Hello bruh!</h1>
    <p>Sup dood!</p>
</body>

</html>
also apply this style to the table as well. please be sure to notify me if it doesnt work.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda