How can i add the Back ground image to ASP.Net webform.I am working VisualWebDeveloper2008
Adding Background image
Started by pactools, Apr 19 2010 02:39 AM
1 reply to this topic
#1
Posted 19 April 2010 - 02:39 AM
|
|
|
#2
Posted 19 April 2010 - 07:37 PM
you do this usign the Style sheet like so
body
{
background-Image:ur(ImageUrl);
backgrond-repeat:repeat-x;
}


Sign In
Create Account

Back to top









