you only have to put a URL in quotes if the URL contains whitespace. : url : Style Basics HTML CSS TUTORIALS


HTML CSS TUTORIALS » Style Basics » url »

 

you only have to put a URL in quotes if the URL contains whitespace.


 

<html>
<head>
<title>Set URL for Background Image </title>
    <style type="text/css">
        div background:url("your file name.png"no-repeat; width:250px; height:76px; 
    </style>
</head>
<body>
<h1>Background Image</h1> 
<div></div> 
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Style Basics
» url