Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cammern

    (@cammern)

    Thanks 😀

    Thread Starter cammern

    (@cammern)

    Ok, thanks, slowly getting there. But do I just use normal CSS link, like <link href=”stylesheet.css” rel=”stylesheet” type=”text/css”> ?

    Thread Starter cammern

    (@cammern)

    Haha, I thought I’d change the folder to images so it would be easier and forgot to change the code, but the CSS thing is something I read in another forum.

    But the header is showing now, but it’s wired cus I found that php code earlier in another post here, and tried it then, but it didn’t work. Typical that things start working when I ask, make it seem stupid 😛

    Anyway, what do I do with the CSS then? It’s not working :/

    Thread Starter cammern

    (@cammern)

    Ok, so I made a new theme here http://twilightere.com/wordpress/ and used the code u suggested, but still nothing. These are is my codes:

    HTML

    <html>
    <head>
    <title>Twilightere</title>
    <link href="style.css" rel="stylesheet" type="text/css">
    </head>
    
    <body>
    
    <img src="<?php bloginfo('template_directory'); ?>/filer/02.jpg" alt="" />
    
    </body>
    </html>

    CSS

    body {
    
    background-image: url("<?php bloginfo('template_directory'); ?>/filer/01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    }

    Thread Starter cammern

    (@cammern)

    I’m not new to html. And yeah it’s for images, it’s for the header, normaly I use that code, but apparently it doesn’t work.

    The site is http://www.twilightere.com, I’m wokring on a new design for it, and it’s almost the same, and I’m trying to get it to work with wordpress, I’ve got it installe but not using it, been testing the themes a little but deleted them.

    But I used this code for the header <img src=”/images/02.jpg” alt=”02″ /> which is the header. I’ve also tried to make a div and get it through CSS, but still nothing, even checked out what other did when they had the same problem, but nothing then.

Viewing 5 replies - 1 through 5 (of 5 total)