For my site I've been trying to get the background to WORK and to REPEAT, but there's something wrong I guess? This is my code:
body
{
background-image:url('../images/backkground.png');
}
and then it's included in the index like this:
<?php include 'style.css'; ?>
Yeah I know, those php tags but that's placed before all the rest. Does anyone have tips on what I'm doing wrong? (If I AM doing something wrong)
includeisn't working @chris85includeis the right thing to use here? why not<link rel="stylesheet" href="style.css">?