View Single Post
  #5  
Old 05-20-2009, 08:57 AM
anna.m's Avatar
anna.m anna.m is offline
Administrator
 
Join Date: Dec 2008
Posts: 192
Default

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 =)
Reply With Quote