Unordered list will not stay formatted
-
I create a UL using the GUI in accordion, everything looks good, I save it, view the page, everything is good.
I then go back into accordion and just click the update button (or I can edit something else, doesn’t matter) and look at that particular section and it has changed. I go look at the actual web page and expand that accordion, it has changed too.
What appears to happen is that each item in the UL has its indent increased by one, and spacing from the item above increased by one. Repeating the process increases both the spacing from the left side of the page, and from the item on top.
Here is the code when I first type it in….In order to boot to a USB drive you probably need to tell your computer to boot from a different source. This usually means pressing a key repeatedly while turning the computer on. <ul> <li>For Dells, this is typically the F12 key.</li> <li>For HPs, try the ESC key.</li> <li>For many custom-built computers, this might be the F8 key.</li> <li>If this does not work, or for other brand computers, see your computer documentation.</li> <li style="list-style-type: none;"></li> </ul> Unless otherwise noted in the listing for the item you purchased
Here is the code after clicking the update button once…..
In order to boot to a USB drive you probably need to tell your computer to boot from a different source. This usually means pressing a key repeatedly while turning the computer on. <ul> <li style="list-style-type: none;"> <ul> <li>For Dells, this is typically the F12 key.</li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li>For HPs, try the ESC key.</li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li>For many custom-built computers, this might be the F8 key.</li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li>If this does not work, or for other brand computers, see your computer documentation.</li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"></li> </ul> </li> </ul> Unless otherwise noted in the listing for the item you purchased, all of our USB drives are designed to boot in UEFI mode.
and here is the code after clicking the update button a second time….
In order to boot to a USB drive you probably need to tell your computer to boot from a different source. This usually means pressing a key repeatedly while turning the computer on. <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li>For Dells, this is typically the F12 key.</li> </ul> </li> </ul> </li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li>For HPs, try the ESC key.</li> </ul> </li> </ul> </li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li>For many custom-built computers, this might be the F8 key.</li> </ul> </li> </ul> </li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li>If this does not work, or for other brand computers, see your computer documentation.</li> </ul> </li> </ul> </li> </ul> </li> </ul> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"> <ul> <li style="list-style-type: none;"></li> </ul> </li> </ul> </li> </ul> </li> </ul> Unless otherwise noted in the listing for the item you purchased, all of our USB drives are designed to boot in UEFI mode.
Running WordPress 5.9.3, the above results were obtained with ALL other plugins disabled, running GeneratePress theme.
The page I need help with: [log in to see the link]
- The topic ‘Unordered list will not stay formatted’ is closed to new replies.