Na spletno stran bi rad dodal COBISS polje za iskanje. O HTML nimam niti 0.000001% pojma. Delam v WordPress->gradniki->HTML po meri
Vpišem tole (kodo sem dobil iz ene druge strani kjer dela):
<div style="padding:10px 0 14px 0">
<div style="position:relative">
<form id="cobiss-plus" method="get" action="https://plus.si.cobiss.net/opac7/bib/search" style="width:100%;max-width:800px">
<input type="hidden" name="database" value="ossma" />
<div style="position:absolute;left:0;top:0;border-radius:17px 0 0 17px;padding:1px 7px 1px 10px;color:#4d6b8a;background-color:#fff;border:1px solid #ccc;border-right:0;height:30px;">
<img src="https://www.izum.si/images/out/cobiss-plus-icon.svg" style="width:19px;height:24px;padding:0;margin:0" title="COBISS-plus-icon" alt="COBISS+" />
</div>
<div style="margin-left:37px;margin-right:34px;">
<input type="search" name="q" placeholder="poiščite gradivo..." style="width:100%;border-radius:0;outline:0;font-family:Arial,sans-serif;height:30px;
padding:6px 12px;background-color:#fff;border:1px solid #c2cad8;font-size:13px;line-height:1.42857;color:#4d6b8a;background-image:none;" />
</div>
<div style="position:absolute;top:0;width:35px;right:0">
<button type="submit" style="color:#fff;background-color:#0077a8;padding:4px 10px 2px 6px;height:30px;touch-action:manipulation;cursorointer;border:1px solid #0077a8;margin:0;border-radius:0 17px 17px 0;">
<img src="https://www.izum.si/images/out/search-icon.svg" style="height:18px;width:18px;padding:0;margin:0" title="IŠČI" alt="išči" />
</button>
</div>
</form>
</div>
</d
Javi mi pa napake:
Tag <form> is not allowed
Tag <input> is not allowed
Sem nekaj guglal o html čekerjih in to kaj mi ven špukne še vedno javlja isto napako če dam v WP.
Vpišem tole (kodo sem dobil iz ene druge strani kjer dela):
<div style="padding:10px 0 14px 0">
<div style="position:relative">
<form id="cobiss-plus" method="get" action="https://plus.si.cobiss.net/opac7/bib/search" style="width:100%;max-width:800px">
<input type="hidden" name="database" value="ossma" />
<div style="position:absolute;left:0;top:0;border-radius:17px 0 0 17px;padding:1px 7px 1px 10px;color:#4d6b8a;background-color:#fff;border:1px solid #ccc;border-right:0;height:30px;">
<img src="https://www.izum.si/images/out/cobiss-plus-icon.svg" style="width:19px;height:24px;padding:0;margin:0" title="COBISS-plus-icon" alt="COBISS+" />
</div>
<div style="margin-left:37px;margin-right:34px;">
<input type="search" name="q" placeholder="poiščite gradivo..." style="width:100%;border-radius:0;outline:0;font-family:Arial,sans-serif;height:30px;
padding:6px 12px;background-color:#fff;border:1px solid #c2cad8;font-size:13px;line-height:1.42857;color:#4d6b8a;background-image:none;" />
</div>
<div style="position:absolute;top:0;width:35px;right:0">
<button type="submit" style="color:#fff;background-color:#0077a8;padding:4px 10px 2px 6px;height:30px;touch-action:manipulation;cursorointer;border:1px solid #0077a8;margin:0;border-radius:0 17px 17px 0;">
<img src="https://www.izum.si/images/out/search-icon.svg" style="height:18px;width:18px;padding:0;margin:0" title="IŠČI" alt="išči" />
</button>
</div>
</form>
</div>
</d
Javi mi pa napake:
Tag <form> is not allowed
Tag <input> is not allowed
Sem nekaj guglal o html čekerjih in to kaj mi ven špukne še vedno javlja isto napako če dam v WP.