The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why are the Info, Note, Warning icons not showing up when the page is exported as an HTML?

Sneha_Ganesh
January 27, 2020

I modified the style.css because the default css is devoid of many macros including the icons.  The output is now cleaner.

I edited the HTML to include the following scripts:

<!-- External dependencies -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sinon.js/1.15.4/sinon.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui-experimental.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui-datepicker.js"></script>
<link rel="stylesheet" type="text/css" href="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/css/aui.css"/>
<link rel="stylesheet" type="text/css" href="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/css/aui-experimental.css"/>
<!-- / External dependencies -->

 

The output is as expected when I run it on JS Fiddle. (Cleaner output plus icons)

But it does not work when I run it locally.

What am I missing? 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events