I simply want to set an image as a background of asp.net page? I can display image in simple format on web page, but can't apply it as background.
|
|
|
|
|
|
|
Use CSS. Add to the theme if you're using one, or a CSS file...
Best practices recommend having this in a separate file, rather than the head of the document - and most certainly not inline. |
|||
|
|
|
|
set the background image style for the body element:
|
||
|
|
|
|
This is a basic HTML thing, you need to do some CSS for example such as:
|
||
|
|
