Welcome Guest, Not a member yet? Register   Sign In
CSS Loading issue
#7

[eluser]Mavrick[/eluser]
Still not working... :down:
I tried both ways...
Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;

&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;Mav!!!&lt;/title&gt;

    &lt;style type="text/css"&gt;

    body {
     background: #000000 url('images/nature.jpg');
    }

Tried above mentioned one and this as well : [I copied the image out on root to check if it works this way but no use]
Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;

&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;Mav!!!&lt;/title&gt;

    &lt;style type="text/css"&gt;

    body {
     background: #000000 url('nature.jpg');
    }

And tried this as well :
Code:
&lt;body style="background-image:url('images/nature.jpg');"&gt;
But it didn't worked... Then I tried :
Code:
&lt;body style="background: #000000 url('images/nature.jpg');"&gt;
That didnt worked as well :down:

Is there anything else that I am forgetting to do ????


Messages In This Thread
CSS Loading issue - by El Forum - 08-17-2011, 01:09 PM
CSS Loading issue - by El Forum - 08-17-2011, 01:33 PM
CSS Loading issue - by El Forum - 08-17-2011, 01:39 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:14 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:23 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:27 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:48 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:10 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:31 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:48 PM
CSS Loading issue - by El Forum - 08-18-2011, 02:21 AM
CSS Loading issue - by El Forum - 08-18-2011, 02:58 AM
CSS Loading issue - by El Forum - 08-18-2011, 04:24 AM
CSS Loading issue - by El Forum - 08-18-2011, 06:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB