CodeIgniter Forums
Set Base URL to background image path in External CSS - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Set Base URL to background image path in External CSS (/showthread.php?tid=70957)

Pages: 1 2


RE: Set Base URL to background image path in External CSS - Pertti - 06-25-2018

(06-25-2018, 12:58 AM)sanjaya Wrote:
(06-25-2018, 12:31 AM)Pertti Wrote:
(06-25-2018, 12:11 AM)sanjaya Wrote: It's not work...

Based on what you provided earlier, should work but what's the full URL, with domain, to the image?

This is directory: http://sghapps.tk/ui/assets/img/bg4.jpg

So CSS is local at http://localhost/projects/charity/assets/dist/css/admin.css and image is hosted on different domain alltogether?


RE: Set Base URL to background image path in External CSS - sanjaya - 06-25-2018

(06-25-2018, 02:32 AM)Pertti Wrote:
(06-25-2018, 12:58 AM)sanjaya Wrote:
(06-25-2018, 12:31 AM)Pertti Wrote:
(06-25-2018, 12:11 AM)sanjaya Wrote: It's not work...

Based on what you provided earlier, should work but what's the full URL, with domain, to the image?

This is directory: http://sghapps.tk/ui/assets/img/bg4.jpg

So CSS is local at http://localhost/projects/charity/assets/dist/css/admin.css and image is hosted on different domain alltogether?

No. I have hosted this app in this domain. I need to set it to it. 



RE: Set Base URL to background image path in External CSS - Pertti - 06-25-2018

(06-25-2018, 02:58 AM)sanjaya Wrote: No. I have hosted this app in this domain. I need to set it to it. 

Ok, so either for local or for sghapps.tk - what are the absolute URLs for css file and image file?


RE: Set Base URL to background image path in External CSS - sanjaya - 06-25-2018

(06-25-2018, 02:32 AM)Pertti Wrote:
(06-25-2018, 12:58 AM)sanjaya Wrote:
(06-25-2018, 12:31 AM)Pertti Wrote:
(06-25-2018, 12:11 AM)sanjaya Wrote: It's not work...

Based on what you provided earlier, should work but what's the full URL, with domain, to the image?

This is directory: http://sghapps.tk/ui/assets/img/bg4.jpg

So CSS is local at http://localhost/projects/charity/assets/dist/css/admin.css and image is hosted on different domain alltogether?

 It should be base_url()/ui/assets/img/bg4.jpg


RE: Set Base URL to background image path in External CSS - sanjaya - 06-25-2018

(06-25-2018, 02:32 AM)Pertti Wrote:
(06-25-2018, 12:58 AM)sanjaya Wrote:
(06-25-2018, 12:31 AM)Pertti Wrote:
(06-25-2018, 12:11 AM)sanjaya Wrote: It's not work...

Based on what you provided earlier, should work but what's the full URL, with domain, to the image?

This is directory: http://sghapps.tk/ui/assets/img/bg4.jpg

So CSS is local at http://localhost/projects/charity/assets/dist/css/admin.css and image is hosted on different domain alltogether?

 It should be base_url()/ui/assets/img/bg4.jpg


RE: Set Base URL to background image path in External CSS - Pertti - 06-25-2018

So:
http://sghapps.tk/ui/assets/img/bg4.jpg
http://sghapps.tk/projects/charity/assets/dist/css/admin.css

?


RE: Set Base URL to background image path in External CSS - sanjaya - 06-25-2018

(06-25-2018, 05:04 AM)Pertti Wrote: So:
http://sghapps.tk/ui/assets/img/bg4.jpg
http://sghapps.tk/projects/charity/assets/dist/css/admin.css

?



I need do this base url as static suitable for all domain without changes in css file.