Having an issue displaying images in a radRichTextBox. Below is my HTML.
I have using an HTMLDataProvider to bind to a string that contains this HTML below.
The image does not display, all I get is this little box for the image.
The text all displays fine above it.
<head>
<link rel="stylesheet" href="../style.css" />
</head>
<p><strong>Section Header</strong></p>
<p><strong>Section Text</strong> This is my Description section</p>
<p><strong>Picture Title</strong></p>
<p><img src="../LocalFolderParent/Images/MyImage.png" alt="Figure 1 - Test 3" /></p>
This worked, thanks!