Skip to content

Nhawdge/episerver-alttext-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Episerver Editor alt text problem example

Link to Episerver World

HTML Rendered:

    <p>Image added via "Insert &gt; Image" menu, Alt text comes from this dialog.</p>
    <p>
        <img src="/globalassets/logotype.png" border="0" alt="Alt Text from insert dialogue" />
    </p>
    <hr />
    <p>Image added by dragging from media tab. Alt text is auto populated from the name property.</p>
    <p>
        <img src="/globalassets/logotype.png" border="0" alt="logotype.png" />
    </p>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published