collectordave
New member
Hi All,
I am programming a small graphics application that allows users to add images and text to a screen which can then be converted to an HTML document to be viewed in a web browser.
When I add the image on screen at a specific size say 100mm X 50mm it appears ok then use the following HTML to produce a webpage with the image on:-
This works in that the image is displayed in my web browser but all measurements are shortened to about 88%.
All I want to do is have the image displayed at the size stated.
Tearing my hair out so any help appreciated.
I am programming a small graphics application that allows users to add images and text to a screen which can then be converted to an HTML document to be viewed in a web browser.
When I add the image on screen at a specific size say 100mm X 50mm it appears ok then use the following HTML to produce a webpage with the image on:-
<img style=" border: medium none ; position: absolute; top: 40mm; left: 40mm; width: 100mm; height: 50mm;rytr="" src="558.jpg">
This works in that the image is displayed in my web browser but all measurements are shortened to about 88%.
All I want to do is have the image displayed at the size stated.
Tearing my hair out so any help appreciated.