2cash4notes
if you want these pictures to be on you webpage you need to insert them by means of html code
for instance you want this image to be a background of your html page you need to create a note pad doc and put the following lines there
<html>
<body background = "full path to the image\image.jpg">
</body>
</html>
and then save it as html
or
<html>
<body background = "full path to the image\image for background.jpg">
<img src = "full path to the image\image.jpg">
</body>
</html>
with backfround image and some other image
if you need more details regarding html code google is always helpful =)
|