Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8384925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:32:09+00:00 2026-06-09T17:32:09+00:00

I am using Notepad ++ and I need to know how to add breaks

  • 0

I am using Notepad ++ and I need to know how to add breaks to every css rule so that they are not in the same line. I need a plugin such as XML tools>pretty print.

My CSS looks like this:

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,button,textarea,p{margin:0;padding:0;line-height:1.5em;}fieldset,img{border:0;}li{list-style:none;}h1,h2,h3,h4,h5,h6{font-weight:normal;cursor:default;}p,span{cursor:default;}input,button,textarea,select,optgroup,option,pre{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}table{border-collapse:collapse;border-spacing:0;}tr,td{padding:0;margin:0;}html,body{position:absolute;left:0;right:0;top:0;bottom:0;}.ui-row::after,.ui-container::after,.ui-component::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.ui-container{position:absolute;top:.5em;bottom:.5em;left:.5em;right:.5em;}.ui-container.type-b{top:0;bottom:0;left:0;right:0;}.ui-container.flow{position:relative;top:auto;bottom:auto;left:auto;right:auto;margin:.5em;}.ui-grid{position:relative;display:block;width:100%;height:100%;margin:auto;overflow:auto;}.ui-row{width:100%;position:relative;}.ui-row.auto{height:auto;}.ui-col{float:left;height:100%;position:relative;}.ui-col.auto{height:auto;}.ui-gutter.type-a{height:1em;}.ui-gutter.type-b{height:1.5em;}.ui-gutter.type-c{height:2em;}.ui-gutter.small{height:.5em;}.ui-block{height:100%;display:inline-block;}.ui-block.type-a{width:.5em;}.ui-block.type-b{width:1em;}.ui-block.type-c{width:1.5em;}.quarter{width:2.08%;}.half{width:4.166%;}.u1{width:8.333%;}.u2{width:16.666%;}.u3{width:25%;}.u4{width:33.333%;}.u5{width:41.666%;}.u6{width:49.999%;}.u7{width:58.333%;}.u8{width:66.666%;}.u9{width:74.999%;}.u10{width:83.333%;}.u11{width:91.666%;}.u12{width:100%;}.u1.half{width:12.59%;}.u2.half{width:20.82%;}.u3.half{width:29.16%;}.u4.half{width:37.49%;}.u5.half{width:45.83%;}.u6.half{width:54.16%;}.u7.half{width:62.49%;}.u8.half{width:70.83%;}.u9.half{width:79.16%;}.u10.half{width:87.49%;}.u11.half{width:95.83%;}.sixteen .u1{width:6.25%;}.sixteen .u2{width:12.5%;}.sixteen .u3{width:18.75%;}.sixteen .u4{width:25%;}.sixteen .u5{width:31.25%;}.sixteen .u6{width:37.5%;}.sixteen .u7{width:43.75%;}.sixteen .u8{width:50%;}.sixteen .u9{width:56.25%;}.sixteen .u10{width:62.5%;}.sixteen .u11{width:68.75%;}.sixteen .u12{width:75%;}.sixteen .u13{width:81.25%;}.sixteen .u14{width:87.5%;}.sixteen .u15{width:93.75%;}.sixteen .u16{width:100%;}.static>.ui-col{position:absolute;top:0;bottom:0;}.static>.ui-col:last-child{right:0;width:auto;}.w1>.ui-col:first-child{width:200px;}.w1>.ui-col:last-child{left:200px;}.w2>.ui-col:first-child{width:300px;}.w2>.ui-col:last-child{left:300px;}.w3>.ui-col:first-child{width:450px;}.w3>.ui-col:last-child{left:450px;}body{font-size:16px;line-height:1.5em;font-family:Verdana,Helvetica;}h1{font-size:216.6%;}h2{font-size:166.6%;}h3{font-size:141.6%;}h4{font-size:116.6%;}h5{font-size:100%;font-weight:bold;}h6{font-size:100%;font-style:italic;}.h7{font-size:75%;}p,span,a,strong,em,abbr,.copy,button,table{font-size:100%;}b{font-size:100%;font-weight:bold;}i{font-size:100%;font-style:italic;}pre{white-space:pre-wrap;cursor:default;margin:0;}

And I need it like this:

.dialog.type-f {
        width: 99%;
        left: 0.5%;
        margin-left: 0;
    }
    .dialog.type-f section {
        overflow: auto;
    }

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:32:11+00:00Added an answer on June 9, 2026 at 5:32 pm

    As this code is minified, I suppose this is not your css code.

    This website will do the work for you

    • http://mrcoles.com/blog/css-unminify/

    In your case:

    body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p {
        margin: 0;
        padding: 0;
        line-height: 1.5em;
    }
    fieldset, img {
        border: 0;
    }
    li {
        list-style: none;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        cursor: default;
    }
    p, span {
        cursor: default;
    }
    input, button, textarea, select, optgroup, option, pre {
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    tr, td {
        padding: 0;
        margin: 0;
    }
    html, body {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .ui-row::after, .ui-container::after, .ui-component::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .ui-container {
        position: absolute;
        top: .5em;
        bottom: .5em;
        left: .5em;
        right: .5em;
    }
    .ui-container.type-b {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ui-container.flow {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: .5em;
    }
    .ui-grid {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        overflow: auto;
    }
    .ui-row {
        width: 100%;
        position: relative;
    }
    .ui-row.auto {
        height: auto;
    }
    .ui-col {
        float: left;
        height: 100%;
        position: relative;
    }
    .ui-col.auto {
        height: auto;
    }
    .ui-gutter.type-a {
        height: 1em;
    }
    .ui-gutter.type-b {
        height: 1.5em;
    }
    .ui-gutter.type-c {
        height: 2em;
    }
    .ui-gutter.small {
        height: .5em;
    }
    .ui-block {
        height: 100%;
        display: inline-block;
    }
    .ui-block.type-a {
        width: .5em;
    }
    .ui-block.type-b {
        width: 1em;
    }
    .ui-block.type-c {
        width: 1.5em;
    }
    .quarter {
        width: 2.08%;
    }
    .half {
        width: 4.166%;
    }
    .u1 {
        width: 8.333%;
    }
    .u2 {
        width: 16.666%;
    }
    .u3 {
        width: 25%;
    }
    .u4 {
        width: 33.333%;
    }
    .u5 {
        width: 41.666%;
    }
    .u6 {
        width: 49.999%;
    }
    .u7 {
        width: 58.333%;
    }
    .u8 {
        width: 66.666%;
    }
    .u9 {
        width: 74.999%;
    }
    .u10 {
        width: 83.333%;
    }
    .u11 {
        width: 91.666%;
    }
    .u12 {
        width: 100%;
    }
    .u1.half {
        width: 12.59%;
    }
    .u2.half {
        width: 20.82%;
    }
    .u3.half {
        width: 29.16%;
    }
    .u4.half {
        width: 37.49%;
    }
    .u5.half {
        width: 45.83%;
    }
    .u6.half {
        width: 54.16%;
    }
    .u7.half {
        width: 62.49%;
    }
    .u8.half {
        width: 70.83%;
    }
    .u9.half {
        width: 79.16%;
    }
    .u10.half {
        width: 87.49%;
    }
    .u11.half {
        width: 95.83%;
    }
    .sixteen .u1 {
        width: 6.25%;
    }
    .sixteen .u2 {
        width: 12.5%;
    }
    .sixteen .u3 {
        width: 18.75%;
    }
    .sixteen .u4 {
        width: 25%;
    }
    .sixteen .u5 {
        width: 31.25%;
    }
    .sixteen .u6 {
        width: 37.5%;
    }
    .sixteen .u7 {
        width: 43.75%;
    }
    .sixteen .u8 {
        width: 50%;
    }
    .sixteen .u9 {
        width: 56.25%;
    }
    .sixteen .u10 {
        width: 62.5%;
    }
    .sixteen .u11 {
        width: 68.75%;
    }
    .sixteen .u12 {
        width: 75%;
    }
    .sixteen .u13 {
        width: 81.25%;
    }
    .sixteen .u14 {
        width: 87.5%;
    }
    .sixteen .u15 {
        width: 93.75%;
    }
    .sixteen .u16 {
        width: 100%;
    }
    .static>.ui-col {
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .static>.ui-col:last-child {
        right: 0;
        width: auto;
    }
    .w1>.ui-col:first-child {
        width: 200px;
    }
    .w1>.ui-col:last-child {
        left: 200px;
    }
    .w2>.ui-col:first-child {
        width: 300px;
    }
    .w2>.ui-col:last-child {
        left: 300px;
    }
    .w3>.ui-col:first-child {
        width: 450px;
    }
    .w3>.ui-col:last-child {
        left: 450px;
    }
    body {
        font-size: 16px;
        line-height: 1.5em;
        font-family: Verdana, Helvetica;
    }
    h1 {
        font-size: 216.6%;
    }
    h2 {
        font-size: 166.6%;
    }
    h3 {
        font-size: 141.6%;
    }
    h4 {
        font-size: 116.6%;
    }
    h5 {
        font-size: 100%;
        font-weight: bold;
    }
    h6 {
        font-size: 100%;
        font-style: italic;
    }
    .h7 {
        font-size: 75%;
    }
    p, span, a, strong, em, abbr, .copy, button, table {
        font-size: 100%;
    }
    b {
        font-size: 100%;
        font-weight: bold;
    }
    i {
        font-size: 100%;
        font-style: italic;
    }
    pre {
        white-space: pre-wrap;
        cursor: default;
        margin: 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create a window for showing text in multiple line(like notepad.below is
I need to export some data using PHP and for each line I'm adding
Using VBScript, I want to add an additional button to Notepad labeled send .
I've developed a Notepad kinda Windows application in VB.NET using Visual Studio 2008. Is
Using a CSS image sprite, I'm creating an 'interactive' image where hovering over certain
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
I'm using Delphi 7 and can't predict the target version of Windows. I need
My code involves standard Scroll Bar control and it happens that I need to
I have a logfile that contains the half character ½, I need to process
I am writing C# application that need to print data to POS STAR printer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.