Insert Image into HTML Help Workshop

MSingh
3StarLounger
Posts: 366
Joined: 12 May 2010, 06:49

Insert Image into HTML Help Workshop

Post by MSingh »

Hi,

How do i insert an image into HTML Help Workshop?

Thanks again
Mohamed

User avatar
HansV
Administrator
Posts: 78393
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Insert Image into HTML Help Workshop

Post by HansV »

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.
Best wishes,
Hans

MSingh
3StarLounger
Posts: 366
Joined: 12 May 2010, 06:49

Re: Insert Image into HTML Help Workshop

Post by MSingh »

Hi Hans,

Thanks for pointing me in the right direction - it works.

Kind Regards
Mohamed