Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

148
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!