In this example, the images was uploaded to a folder called "images".
HTML Code:
<img src = "http://yourwebsite.com/images/image100.jpg">
If you have all the files in one place, it would be like this
HTML Code:
<img src = "http://yourwebsite.com/image100.jpg">
__________________
I work on Turbo'd Honda's for fun :)
Last edited by RNPoo7 : 04-17-2008 at 02:35 PM.
Reason: Put code in html form
|