Welcome Guest, Not a member yet? Register   Sign In
Newcomer needing help!
#8

Just let these 2 lines switch places:

Code:
<style type="application/css/style.css">
<link rel="stylesheet" type="text/css" href="<?=base_url()?>application/css/style.css"/>

You can't use the <link … /> inside <style></style> tags.
So, first load the external stylesheet through <link rel= … />
And then, create the internal or embedded stylesheet through <style> … </style>
There's no need to add extra parameters to the <style> tag. Just "<style>" is enough.

Good luck.
Reply


Messages In This Thread
Newcomer needing help! - by Mekaboo - 04-11-2019, 08:15 PM
RE: Newcomer needing help! - by muuucho - 04-12-2019, 02:57 AM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 07:01 AM
RE: Newcomer needing help! - by Wouter60 - 04-12-2019, 10:02 AM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 09:04 PM
RE: Newcomer needing help! - by InsiteFX - 04-12-2019, 03:23 PM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 10:02 PM
RE: Newcomer needing help! - by Wouter60 - 04-13-2019, 08:02 AM
RE: Newcomer needing help! - by Mekaboo - 04-13-2019, 07:35 PM
RE: Newcomer needing help! - by InsiteFX - 04-13-2019, 08:15 AM
RE: Newcomer needing help! - by Mekaboo - 04-13-2019, 07:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB