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

315
Views
writing-mode: vertical-rl; Not Working on print

I'm trying to print a table with some column name in vertical text display , I create the the following html code , when I'm trying to print my html page , the vertical text is not displayed on the print preview

<html>
   <head>
      <style>
           .verticalTableHeader {
         writing-mode: vertical-rl;
         text-orientation:mixed;
         white-space: pre;
         }
         @media print {
            .verticalTableHeader {
         writing-mode: vertical-rl;
         text-orientation:mixed;
         white-space: pre;
         }
        }
      </style>
   </head>
   <body>
      <div>
                  <div >
          
             
            <table border="1"
               >
               <thead>
                  <tr>
                     <th>Client</th>
                     <th>description</th>
                     <th>Type</th>
                     <th  class="verticalTableHeader">Emplacement  </br>géographique</th>
                     <th  class="verticalTableHeader">Nature de </br>l'autorisation</th>
                     <th  class="verticalTableHeader">Critique</th>
                     <th  class="verticalTableHeader">Début planifié</th>
                     <th  >Fin réelle</th>
                     <th  >Statut</th>
                  </tr>
               </thead>
               <tbody id="dd">
               </tbody>
            </table>
         </div>
      </div>
    
   </body>
</html>

about 4 years ago · Juan Pablo Isaza
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!