Hi,
How do i insert an image into HTML Help Workshop?
Thanks again
Mohamed
Insert Image into HTML Help Workshop
-
- Administrator
- Posts: 80237
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: Insert Image into HTML Help Workshop
I don't have HTML Help Workshop, but I assume that you should place the image in the same folder as your project, and insert an image tag like this:
<img src="image.gif">
You can specify attributes for the image - see HTML img tag.
<img src="image.gif">
You can specify attributes for the image - see HTML img tag.
Best wishes,
Hans
Hans
-
- 3StarLounger
- Posts: 366
- Joined: 12 May 2010, 06:49
Re: Insert Image into HTML Help Workshop
Hi Hans,
Thanks for pointing me in the right direction - it works.
Kind Regards
Mohamed
Thanks for pointing me in the right direction - it works.
Kind Regards
Mohamed