HTML setting image for background -


hello i'm beginner in html , wanna ask if can set imege 1 http://www.hdwallpapers.in/walls/water_drops_on_glass-wide.jpg html background. please help!

add entry stylesheet, or insert in section of html:

   <style>     body {         background-image:url('http://www.hdwallpapers.in/walls/water_drops_on_glass-wide.jpg'); }     </style> 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -