Motren 37 → created an issue.
from what I see that no matter what page and format I'm working with that is linked to a css, it is placed on <p></p> and <dl><</dl> a page I'm working on correcting I had over 10 layouts that had to be changed back. I hope to find a solution to continue working with the website that I had a good basis for completing. but I have to use the time to find out if it is possible to solve these auto entries that are standard now.
this came when I updated the page from D9 to D10. and CKEditor 4 to CKEditor 5. don't know what does this automatically on complete html. this was not a problem until i upgraded. it gets changed when I look at codes and go back to emit and back to coder and it ends up with <p></p>.
<div class="kjoretoybilde">xx</div>
<div class="kjoretoy_info">
<dl>
<div class="info_kjoretoy_v1"><dt>Kallesignal / Bilummer</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Typebil</dt><dd>Mannskapsbil</dd></div>
<div class="info_kjoretoy_v1"><dt>Reg Nr</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Fabrikkmerke</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Modell</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>PÃ¥bygg</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Betegnelse</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Ã…rs modell</dt><dd></dd></div>
<div class="info_kjoretoy_v1"><dt>Ombygget Ã…r</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Historikk</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Vanntank</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Skumtank</dt><dd>-</dd></dl></div>
<div class="info_kjoretoy_v1"><dt>Status</dt><dd>-</dd></div>
<div class="info_kjoretoy_v1"><dt>Rettigheter Bilde</dt><dd>-</dd>
</dl>
</div>
</div>
<div class="aktiv_kjoretoy">
<div class="kjoretoybilde">
xx
</div>
<div class="kjoretoy_info">
<dl>
<div class="info_kjoretoy_v1">
<dt>
<p>
Kallesignal / Bilummer
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Typebil
</p>
</dt>
<dd>
<p>
Mannskapsbil
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Reg Nr
</p>
</dt>
<dd>
<p>
BL 3594
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Fabrikkmerke
</p>
</dt>
<dd>
<p>
International
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Modell
</p>
</dt>
<dd>
<p>
500
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
PÃ¥bygg
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Betegnelse
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Ã…rs modell
</p>
</dt>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Ombygget Ã…r
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Historikk
</p>
</dt>
<dd>
<p>
Kommer fra Ã…rdal brannvesen 1990 og var i tjeneste til 1997
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Vanntank
</p>
</dt>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Skumtank
</p>
</dt>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Status
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
<div class="info_kjoretoy_v1">
<dt>
<p>
Rettigheter Bilde
</p>
</dt>
<dd>
<p>
-
</p>
</dd>
</div>
</dl>
</div>
</div>
Now I've got both sites up with spam master without error. now I will see if I can get the license on the sites https://www.modell-utrykning.com and http://morten-noraas.priv.no but there is a lot I have to do with the site first and foremost.
Motren 37 → created an issue.