CodeIgniter Forums
why my page load chrome-extension/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: why my page load chrome-extension/css (/showthread.php?tid=606)



why my page load chrome-extension/css - todd - 12-25-2014

I am new to CI.When redirected to another page, the browser load something else. So my own css file doesn't work, I dont know why. Is there anyone can help me?

eg:
<link href="message/css/style.css" rel="stylesheet" type="text/css"> -- this is mine
<link rel="stylesheet" type="text/css" href="chrome-extension://cgndfbhngibokieehnjhbjkkhbfmhojo/css/validation.css"> -- where does this come from?


thx for any help.


RE: why my page load chrome-extension/css - InsiteFX - 12-26-2014

It could be coming from your html or php editor check your settings

Without seeing your code there's no way to help you.


RE: why my page load chrome-extension/css - Rufnex - 12-26-2014

It has nothing to do with CI .. it seams you use a third party tool or something else on your server that renders this extension in your view.


RE: why my page load chrome-extension/css - Hobbes - 12-26-2014

by the looks of the href path it looks like it is coming from an extension installed in your browser.


RE: why my page load chrome-extension/css - todd - 12-26-2014

(12-26-2014, 11:46 AM)Hobbes Wrote: by the looks of the href path it looks like it is coming from an extension installed in your browser.

thx,,when I disabled all chrome extension, The second css disappeared.


RE: why my page load chrome-extension/css - todd - 12-26-2014

(12-26-2014, 10:32 AM)Rufnex Wrote: It has nothing to do with CI .. it seams you use a third party tool or something else on your server that renders this extension in your view.

thx,,have chrome extension disabled and problem sovled


RE: why my page load chrome-extension/css - todd - 12-26-2014

(12-26-2014, 05:15 AM)InsiteFX Wrote: It could be coming from your html or php editor check your settings

Without seeing your code there's no way to help you.


thx,,have chrome extension disabled and problem sovled