- May 18, 2015
- 130
- 141
- 1,658
BassMan submitted a new resource:
Add image to HTML template - How to add image to the HTML template
Read more about this resource...
Add image to HTML template - How to add image to the HTML template
In the HTML template add this code:
HTML:<img src="/data/image/myimage.png" alt="Image title" width="728" height="90">
Upload your image on the server todata/image/
folder or to any other folder and change the path in the code.
Read more about this resource...