<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing Attribution in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744446#M19576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the comments, I never did get the Dojo and DOM insert to work, however I did end up changing the Index.html page adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.map .esriMapContainer .esriMapLayers:before { &lt;BR /&gt; background-image: url(images/XYZLogo.png);&lt;BR /&gt; background-size: cover;&lt;BR /&gt; background-repeat: no-repeat;&lt;BR /&gt; position: absolute;&lt;BR /&gt; bottom: 5px;&lt;BR /&gt; left: 5px;&lt;BR /&gt; z-index: 1000;&lt;BR /&gt; height: 30px;&lt;BR /&gt; width: 120px;&lt;BR /&gt; content: ' '; &lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the bottom of the CSS section, just ahead of the closing &amp;lt;/style&amp;gt; tag. &amp;nbsp;It places the image in the lower left side of the map page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 15:33:48 GMT</pubDate>
    <dc:creator>KierenTinning2</dc:creator>
    <dc:date>2018-01-30T15:33:48Z</dc:date>
    <item>
      <title>Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744434#M19564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add some text to the ESRI attribution in the bottom right (see attachment). &lt;/P&gt;&lt;P&gt;&lt;IMG alt="attribution.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/164962_attribution.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I access this element? When I inspect it, it doesn't have an id, it only has a class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744434#M19564</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-01-05T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744435#M19565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The map has a &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#attribution"&gt;attribution property&lt;/A&gt; that returns the &lt;A href="https://developers.arcgis.com/javascript/jsapi/attribution-amd.html"&gt;Attribution dijit&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744435#M19565</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-05T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744436#M19566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert I didn't even think about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I add some custom text above "Earthstar Geographics"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744436#M19566</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-01-05T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744437#M19567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Attribution dijit is designed to display the attribution text in a single line and truncate it at a certain string limit until the user clicks the dijit, for it show more text. You would have to do css manipulation to attempt to override the single line nature of the dijit. You would probably be better off adding your own dom element above it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744437#M19567</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-05T14:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744438#M19568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an example on how to add a dom element above it? I really like this idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744438#M19568</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-01-05T14:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744439#M19569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sure this is pretty straight forward:&lt;/P&gt;&lt;P&gt;Require: 'dojo/dom-construct'&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var myDiv = domConstruct.toDom("&amp;lt;div style='right:5px;bottom:22px;position:absolute;text-align:right;z-index: 9;'&amp;gt;hello world&amp;lt;/div&amp;gt;");
domConstruct.place(myDiv, "map");&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744439#M19569</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T07:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744440#M19570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:22:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744440#M19570</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-01-05T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744441#M19571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, for a Web AppBuilder Developer Edition app, which file would we need to modify to add our own custom attribution logo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can over-ride the Powered By Esri with this code in index.html&lt;/P&gt;&lt;P&gt;#map .logo-med { &lt;BR /&gt; background-image: url('images/XYZ.png'); &lt;BR /&gt;height: 40px; &lt;BR /&gt; width: 180px; &lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I'd really like to do is add our own image along side of it. &amp;nbsp;I like the idea of inserting the DOM element, but would you have advice on which page this would need to be inserted on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 17:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744441#M19571</guid>
      <dc:creator>KierenTinning2</dc:creator>
      <dc:date>2018-01-23T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744442#M19572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kieren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You can add it to the MapManager.js in the&amp;nbsp;_show2DWebMap funtion at the end of the&amp;nbsp;&lt;/P&gt;&lt;P&gt;mapDeferred.then(lang.hitch(this, function(response) {&lt;/P&gt;&lt;P&gt;function&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;setTimeout&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hitch&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_checkAppState&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;500&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_addDataLoadingOnMapUpdate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; myDiv &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; domConstruct&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;toDom&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"&amp;lt;div style='right:5px;bottom:22px;position:absolute;text-align:right;z-index: 9;'&amp;gt;hello world&amp;lt;/div&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; domConstruct&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;place&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;myDiv&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"map"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hitch&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;‍‍‍‍‍
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You will have to add&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'dojo/dom-construct'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;to the define array.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:40:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744442#M19572</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744443#M19573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the pointer, it unfortunately doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'dojo/dom-construct'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the Define array just stops loading the entire page, but of course if I don't add it then the text never gets added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found though if in Chrome, I added the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="right:5px;bottom:22px;position:absolute;text-align:right;z-index: 9;"&gt;&lt;P&gt;hello world&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to the&lt;BR /&gt;&lt;BR /&gt; &lt;/P&gt;&lt;DIV id="map_container"&gt;&lt;/DIV&gt;&lt;P&gt; (at the end)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The it places the text exactly where needed.  Now, the key is to figure out which file in the software is generating that HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you seen the map simply stop loading when adding the dojo value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kieren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terraflow Geomatics Inc&lt;/P&gt;&lt;P&gt;ktinning@terraflow.ca&lt;/P&gt;&lt;P&gt;416-689-8197&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 01:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744443#M19573</guid>
      <dc:creator>KierenTinning2</dc:creator>
      <dc:date>2018-01-24T01:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744444#M19574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Kieren,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; I tested this before posting so I know it works. If your map has stoped working then you have introduced a syntax error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 04:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744444#M19574</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-24T04:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744445#M19575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is entirely possible, I will test again – thank you very much for answering the question and taking the time on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'dojo/dom-construct',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the comma at the top (and middle), etc.  I’ll keep working on this and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kieren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kieren Tinning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TerraFlow Geomatics&lt;/P&gt;&lt;P&gt;Mobile (416) 689-8197&lt;/P&gt;&lt;P&gt;Linkedin profile  https://www.linkedin.com/in/kierentinning/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The greatest compliment you can give us is a referral. Please feel free to give my name to a friend or business acquaintance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P Please consider the environment before printing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 04:38:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744445#M19575</guid>
      <dc:creator>KierenTinning2</dc:creator>
      <dc:date>2018-01-24T04:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Attribution</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744446#M19576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the comments, I never did get the Dojo and DOM insert to work, however I did end up changing the Index.html page adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.map .esriMapContainer .esriMapLayers:before { &lt;BR /&gt; background-image: url(images/XYZLogo.png);&lt;BR /&gt; background-size: cover;&lt;BR /&gt; background-repeat: no-repeat;&lt;BR /&gt; position: absolute;&lt;BR /&gt; bottom: 5px;&lt;BR /&gt; left: 5px;&lt;BR /&gt; z-index: 1000;&lt;BR /&gt; height: 30px;&lt;BR /&gt; width: 120px;&lt;BR /&gt; content: ' '; &lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the bottom of the CSS section, just ahead of the closing &amp;lt;/style&amp;gt; tag. &amp;nbsp;It places the image in the lower left side of the map page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/accessing-attribution/m-p/744446#M19576</guid>
      <dc:creator>KierenTinning2</dc:creator>
      <dc:date>2018-01-30T15:33:48Z</dc:date>
    </item>
  </channel>
</rss>

