ESPBug
ESPBug copied to clipboard
Hi everyone, I can't add logo to captive html is there any way to add logo and png image to captive html?
hi you can use the site (https://www.base64-image.de/) to convert the image to base 64 and copy the code for the tag img. And then you need to add a tag img with the parameter to the code src and your text.
Example
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUg==">
but it can take a lot of space in the code