<?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: Using a sheet background image by changing the CSS file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664119#M49952</link>
    <description>&lt;P&gt;OK i have found the name of the sheet id, does anyone know how i can use this in the CSS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. i guess i need a CSS equivalent of an IF() statement...&lt;/P&gt;&lt;P&gt;IF&amp;nbsp;data-sheet-id="22248851-546a-418c-a544-181404f94ace",&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;background-image: url("Background.png");&lt;BR /&gt;background-size: 100% 100%;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2020 14:23:47 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2020-01-09T14:23:47Z</dc:date>
    <item>
      <title>Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1663994#M49943</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to use an image for my sheet background by making changes to the CSS file of a theme.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I seem to have got something to work but the image is tiled instead of a single image.&lt;/P&gt;&lt;P&gt;Can anyone see what i need to do to get it working correctly please?&lt;/P&gt;&lt;P&gt;This is what i get when using the attached theme files..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QS Theme.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26584i993738A30ECB0E4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="QS Theme.PNG" alt="QS Theme.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1663994#M49943</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664044#M49945</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK i have managed to change the CSS file and the image now appears as i expect, the question i have now is if its possible to have a different image o the 2nd sheet in the app?&amp;nbsp;&lt;/P&gt;&lt;P&gt;So sheet 1 will be image 1&lt;/P&gt;&lt;P&gt;Sheet 2 on wards will be image 2&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 11:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664044#M49945</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664045#M49946</link>
      <description>&lt;P&gt;.qvt-sheet {&lt;BR /&gt;background-image:&lt;BR /&gt;url("&lt;A href="https://pngimage.net/wp-content/uploads/2018/06/png-background-images-free-download-2.png" target="_blank"&gt;https://pngimage.net/wp-content/uploads/2018/06/png-background-images-free-download-2.png&lt;/A&gt;");&lt;BR /&gt;background-size: 100% 100%;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 11:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664045#M49946</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-09T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664047#M49947</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;thanks, that is exactly what i did &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know how to reference a different sheet so i can use a different image?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 11:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664047#M49947</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664119#M49952</link>
      <description>&lt;P&gt;OK i have found the name of the sheet id, does anyone know how i can use this in the CSS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. i guess i need a CSS equivalent of an IF() statement...&lt;/P&gt;&lt;P&gt;IF&amp;nbsp;data-sheet-id="22248851-546a-418c-a544-181404f94ace",&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;background-image: url("Background.png");&lt;BR /&gt;background-size: 100% 100%;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664119#M49952</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664129#M49954</link>
      <description>&lt;P&gt;I've been looking into this; the only thing I've found so far is to apply the image to the title background&amp;nbsp;&lt;/P&gt;&lt;P&gt;div [data-sheet-id="&lt;SPAN&gt;22248851-546a-418c-a544-181404f94ace&lt;/SPAN&gt;"] {&lt;BR /&gt;background-image: url("&lt;A href="https://pngimage.net/wp-content/uploads/2018/06/png-background-images-free-download-2.png" target="_blank"&gt;https://pngimage.net/wp-content/uploads/2018/06/png-background-images-free-download-2.png&lt;/A&gt;");&lt;BR /&gt;background-size: 100% 100%;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can see there are no other objects in that refer uniquely to the sheet id&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664129#M49954</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-09T14:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664136#M49956</link>
      <description>&lt;P&gt;Thanks Lorenzo,&lt;/P&gt;&lt;P&gt;Apologies, i have only started learning CSS coding today!&amp;nbsp;&lt;/P&gt;&lt;P&gt;What in the following line relates to the sheet title..&lt;/P&gt;&lt;P&gt;div [data-sheet-id="22248851-546a-418c-a544-181404f94ace"] {&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664136#M49956</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664142#M49957</link>
      <description>&lt;P&gt;the only div that calls&amp;nbsp;&lt;SPAN&gt;data-sheet-id is the title one&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664142#M49957</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-09T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664144#M49958</link>
      <description>&lt;P&gt;ahh ok, i understand. Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1664144#M49958</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-01-09T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using a sheet background image by changing the CSS file</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1745844#M57240</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you ever managed to achieve the desired result, meaning two different images on two different sheets within the same app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 07:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-sheet-background-image-by-changing-the-CSS-file/m-p/1745844#M57240</guid>
      <dc:creator>DawidDaw</dc:creator>
      <dc:date>2020-09-22T07:21:12Z</dc:date>
    </item>
  </channel>
</rss>

