i copy from chrome this css block (A)
body {
font-family: Helvetica,Arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
when i paste this in the cursor mouse ( 2 tab space from the right ) I have only the first line that fit well
cursor locate after 2 tabs
<-2 tabs- -> (B)
body {
font-family: Helvetica,Arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
i ll think i ll have the above example name (C) instead (B)
curs-------> (C)
body {
font-family: Helvetica,Arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
but it was not the case even if i expect i can configure option to have (D) rendering
(D)
body {
font-family: Helvetica,Arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
I new user and test the feature topstyle 5 demo but ask mylself is there an option to configure rendering block ?




