Welcome Guest, Not a member yet? Register   Sign In
Got a problem.
#6

[eluser]TWP Marketing[/eluser]
[quote author="Neclord02" date="1345746504"]You were right on that. But that's not the point:

I've got a header as follows:

Code:
<meta charset="utf-8">
    <link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
    <link rel="stylesheet" href="css/style.css" type="text/css" media="all">
    <link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
    <link href='http://fonts.googleapis.com/css?family=Adamina' rel='stylesheet' type='text/css'>  
    [removed][removed]
    [removed][removed]

When i change it to:

Code:
<meta charset="utf-8">
    <link rel="stylesheet" href="<?php echo base_url(); ?>css/reset.css" type="text/css" media="all">
    <link rel="stylesheet" href="<?php echo base_url(); ?>css/style.css" type="text/css" media="all">
    <link rel="stylesheet" href="<?php echo base_url(); ?>css/layout.css" type="text/css" media="all">
    <link href='<?php echo base_url(); ?>http://fonts.googleapis.com/css?family=Adamina' rel='stylesheet' type='text/css'>  
    [removed][removed]
    [removed][removed]
    [removed][removed]

I get a blank page on my browser.[/quote]

Two things:
Have you moved your css directory out of the root?

Did you copy the googleapis css to your local site? If not, it can't find them. I would leave the google css link unchanged.


Messages In This Thread
Got a problem. - by El Forum - 08-23-2012, 11:02 AM
Got a problem. - by El Forum - 08-23-2012, 11:15 AM
Got a problem. - by El Forum - 08-23-2012, 11:28 AM
Got a problem. - by El Forum - 08-23-2012, 11:33 AM
Got a problem. - by El Forum - 08-23-2012, 11:36 AM
Got a problem. - by El Forum - 08-23-2012, 11:42 AM
Got a problem. - by El Forum - 08-23-2012, 11:44 AM
Got a problem. - by El Forum - 08-23-2012, 12:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB