My suspect is of course the actual Base64 data. Otherwise it looks good to me. See this fiddle where a similar scheme is working. You may try specifying the character set.
<div> <p>Taken from wikpedia</p> <img src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUA AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO 9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" /> </div>
You can try this Base64 decoder to see if your Base64 data is correct or not.
Related Posts:
- Embed image in a
- Image is not showing in browser?
- forbidden 403 on image URLS
- Is element block level or inline level?
- How do I auto-resize an image to fit a ‘div’ container?
- CSS Display an Image Resized and Cropped
- How to place a text next to the picture?
- How to put a text beside the image?
- CSS: Moving the text down a few pixels but keeping the background still?
- Bootstrap 4 images thumbnail classes
- CSS: Moving the text down a few pixels but keeping the background still?
- Rotate an image in image source in html
- CSS Background image not loading
- How to “crop” a rectangular image into a square with CSS?
- CSS centred header image
- How to display image with JavaScript?
- Resize image with javascript canvas (smoothly)
- Wrap text around bootstrap image
- JavaScript: Get image dimensions
- Is it possible to set the equivalent of a src attribute of an img tag in CSS?
- How to add image that is on my computer to a site in css or html?
- Vertical align not working on inline-block
- Making an image act like a button
- Display text on MouseOver for image in html
- HTML5 Canvas Rotate Image
- HTML tag is not working
- Tooltip on image
- Display text on MouseOver for image in html
- How to make a monopoly board using css grid?
- Redirect from an HTML page
- How to horizontally center an element
- Android WebView err_unknown_url_scheme
- Why does z-index not work?
- Is it possible to write data to file using only JavaScript?
- Is it possible to write data to file using only JavaScript?
- XPath //div[contains(text(), ‘string’)] fails to select divs containing ‘string’
- Two divs side by side – Fluid display
- Proper way to make HTML nested list?
- mailto using javascript
- Mailto using Javascript?
- Can I set subject/content of email using mailto:?
- How do I set a background-color for the width of text, not the width of the entire element, using CSS?
- text-overflow: ellipsis not working
- How to save user input into a variable in HTML and JavaScript
- Why is there an unexplainable gap between these inline-block div elements?
- How to make JavaScript execute after page load?
- How to draw a dotted line with css?
- Function not defined javascript
- Navigate to an anchor on another page
- What is gZip compression?
- How to stick text to the bottom of the page?
- How to make blinking/flashing text with CSS 3
- Why doesn’t height: 100% work to expand divs to the screen height?
- How can I position my div at the bottom of its container?
- Why doesn’t height: 100% work to expand divs to the screen height?
- How can I position my div at the bottom of its container?
- AppendChild() is not a function javascript
- How to overlay one div over another div
- Input Type URL – Says “Please enter a URL” if HTTP is not included
- Place input box at the center of div
- Table scroll with HTML and CSS
- Set cellpadding and cellspacing in CSS?
- Absolute position is not working
- Position absolute but relative to parent
- How do you specify table padding in CSS? ( table, not cell padding )
- Two Divs next to each other, that then stack with responsive change
- link not working
- Generating a Random Number for HTML
- HTML Links are not working
- How to extract svg as file from web page
- Is it possible to use css to shrink text to automatically fit the size of the div
- How can I align text directly beneath an image?
- HTML vs SHTML vs PHTML
- Change background color of iframe issue
- jQuery find element by data attribute value
- Keep HTML format when switching from Visual to HTML editor
- Get entire page content (generated HTML in browser)
- Can I force WordPress to use instead of ?
- Will my WordPress site become vulnerable to Cross-Site Scripting (XSS) if I allow img tags in the comments area?
- Add HTML to single post tag
- WordPress “Page not found error” when I edit a page
- How do I put a wordpress blog into my html site?
- New to CMS – WP functionality. overkill or just right?
- how add custom tag/tool in classic editor?
- Allow HTML in Settings API input field
- Create custom markup to use in posts?
- Widget Text Needs to be White [closed]
- Adding HTML to posts with certain tags?
- Adding to the WYSIWYG
- How to remove auto generated markup? [closed]
- Is there a common structure for a wordpress formular?
- a generated wordpress page from a form that is inputted by user [closed]
- creates an unnecessary space in content?
- Echo outside HTML
- Add html plugin into wordpress
- Query WordPress Database and Post HTML Table
- theme or plugin or server is outputting html before the init hook fires, how is it possible to prevent this
- How to Know If I’ve Correctly Inserted Alt Attributes Into HTML
- WordPress HTML editor panel is not showing HTML elements
- How to hide unwanted HTML Comment like in website [duplicate]