Jump to content

Adding Background image

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
pactools

pactools

    Newbie

  • Members
  • Pip
  • 2 posts
How can i add the Back ground image to ASP.Net webform.I am working VisualWebDeveloper2008

#2
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
you do this usign the Style sheet like so
body
{
background-Image:ur(ImageUrl);
backgrond-repeat:repeat-x;
}