The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

Антон Цуварев
Single text is presented as a bulleted list.
danya
In the code it is a list, I do not know why this happened on the site itself, possibly as a result of some kind of error. Such a phenomenon is observed only in this article and an attempt to correct it will give almost nothing, but other articles may suffer, since these lists cannot be correctly recognized.
Accepted by admin
While I agree that website authors demonstrate a weird choice of HTML elements, their global CSS rules contain pretty specific scope:

body.piv main .sek1 li, body.piv .main .sek1 li {
list-style-type: none;
}

Such lists must be converted to normal content.
danya
But this is just a hardcode for this particular page.
"body.piv" it is a class created for this page only. Look at address "https://bertilow.com/PIV/index.html". There is really only one such page

This rule will not do anything to the user since it will only work on this page, and my template will be rejected only because of this minor error on this single page, which is solved only by hardcode.
Declined by admin
Indeed. Missed the "body.piv" part.
Type of issue
Rudimentary content not removed
Reported
Mar 26, 2019