Welcome Guest, Not a member yet? Register   Sign In
Problem css on page
#4

I do not see were you are loading Bootstrap.

Also when using Bootstrap the top 3 lines in the head section should be like this.

Code:
<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these -->

    <base href="<?php echo base_url(); ?>">
<!-- etc; -->

</head>

What are you loading in top?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Problem css on page - by h3yb0y - 10-13-2018, 12:48 PM
RE: Problem css on page - by MisterGeorgeX - 10-13-2018, 01:17 PM
RE: Problem css on page - by h3yb0y - 10-13-2018, 01:37 PM
RE: Problem css on page - by InsiteFX - 10-13-2018, 02:45 PM
RE: Problem css on page - by h3yb0y - 10-13-2018, 03:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB