all the code is right..but the image for the background didnt show up.
im using external css for the image.
i didnt see any error
please help me

<!DOCTYPE html> 
<html>
<head>
<title>FSKKP</title> 
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="NewReleaseU.css">
</head> 
<body>
text in here
</body> </html>

THE CSS

 <style>
body {

 background-image: url("name.png");

}
</style>

The paths to your CSS file and to the image indicates that they're in the same directory. Do you have them in the same directoryt?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.