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

text-align: justify; Underline missing #342

Open
meloht opened this issue Jul 5, 2024 · 0 comments
Open

text-align: justify; Underline missing #342

meloht opened this issue Jul 5, 2024 · 0 comments

Comments

@meloht
Copy link

meloht commented Jul 5, 2024

<html>
<head>
    <meta charset="UTF-8"/>

    <style>
        @page {
            counter-increment: page;
            size: A4 portrait;
            margin-left: 64px;
            margin-right: 64px;

        }

        div.content {
            display: block;
            font-family: Arial, sans-serif;

            text-align: justify;
        }

    </style>
</head>
<body>
<div class="content">
    <p>
        <strong ><u>NOTICE OF ASSESSMENT ISSUED TO REGULATION OF THE SKILLS
            DEVELOPMENT DEVELOPMENT DEVELOPMENT</u></strong>
    </p>

</div>
</body>
</html> 

image

@meloht meloht changed the title text-align: justify; Underlining missing text-align: justify; Underline missing Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants