Page 1 of 1
Edit html
Posted: Wed Sep 28, 2022 4:15 pm
by Norfolkman
I have the following line on an html page. Annoyingly, my web checker keeps showing this as an empty address which of course it is!
Can I delete this line within WWB? If not, then if I edit it externally, how do I get it back into WWB?
<img src="" id="Image9" alt="">
Many thanks,
Re: Edit html
Posted: Wed Sep 28, 2022 4:40 pm
by BaconFries
Please note WYSIWYG Web Builder is not a html editor but HTML Generator. What this means that no HTML exists till you publish. If you have inserted the line of code yourself then you can simply remove the same way inserted.
Re: Edit html
Posted: Wed Sep 28, 2022 4:51 pm
by Norfolkman
Many thanks,
The line wasn't put there by me, it was done by WWB. The image itself was removed but this was left over.
Re: Edit html
Posted: Wed Sep 28, 2022 5:08 pm
by Pablo
If you remove an object then no code will be 'left over', because there is no code when you edit the page. it only exists when you publish the page.
Maybe you have accidentally inserted an empty image object?
You can remove 'Image9' via the Object Manager.
If you need further assistant then please share a DEMO project so we can see what you have done.
Re: Edit html
Posted: Wed Sep 28, 2022 6:23 pm
by Norfolkman
Thanks Pablo.
That was exactly what the problem was!!