• Hi Friends,
    I am facing a problem :

    Suppose, the index.html file is :-

    <html>
    <head>
    </head>
    <body>
    blah..blah..blah..
    </body>
    </html>

    AND the style.css file is :-

    body {
    background-image:url(image.jpg);
    background-repeat:repeat-x;
    }

    Now, I want to get this repeated background image file image.jpg inside the <body> tag of index.html file and delete the external stylesheet style.css and keeping the presentation same. How do I do that ?

    Please help
    thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to import an image file to index.php file’ is closed to new replies.