Hi there, I want to know that how to insert the image in the background of the web page and make it very dim (light). Any help will be appreciated. Regards bushib
Hi there, Yes I have the image. Can you please give me the code. Please note that I want to make the image very light (almost invisible) so that I can write the text on the page. Thanks bushib
Your asking how to make an image go transparent? Best to edit it in a graphics program as there isn't really a easy universal way to do it. But if you want the hard way then I can tell you how.
Hi there, I want to add the background image only in the center of the page. How to do this? Regards bushib
body{ background: url(yourimage) no-repeat fixed center top; } Code (markup): Replace the last "top" with whatever you want.