<!DOCTYPE html>
<html>
<head>
<title>hi</title>
</head>
<body background = "prelimbg.png" height="700%" width="1400px">
</body>
</html>
This is my code and the bg image keeps repeating when I want it to be fixed and fit in the screen.
<!DOCTYPE html>
<html>
<head>
<title>hi</title>
</head>
<body background = "prelimbg.png" height="700%" width="1400px">
</body>
</html>
This is my code and the bg image keeps repeating when I want it to be fixed and fit in the screen.
You can't.
Features for assigning background images using plain HTML are very limited and obsolete.
You need CSS for this.