web form background image
-
Hello friends i want to show the background image for web from thru coindg plz any one help me. srinivasan.ps
-
Hello friends i want to show the background image for web from thru coindg plz any one help me. srinivasan.ps
Add a style tag, and in the style tag use
background-image: url(myimage.gif); background-repeat: norepeat;
Deja View - the feeling that you've seen this post before.
-
Add a style tag, and in the style tag use
background-image: url(myimage.gif); background-repeat: norepeat;
Deja View - the feeling that you've seen this post before.
thx for reply frnd but i dont know how to add style tag.plz give some code example.
-
thx for reply frnd but i dont know how to add style tag.plz give some code example.
In your head tag, do this: <style type="text/css"> background-image: url(myimage.gif); background-repeat: norepeat; <style>
Deja View - the feeling that you've seen this post before.