Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create GIF image
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00570270
Message ID:
00570873
Views:
18
Doron--

Have Word generate an HTML file and you'll see that the HTML behind incorporating a graphic at a specific position on a page has some complexity.

If you're generating straight HTML, take a look at SVG (requires plugin for IE/Nav) or VML (supported natively in IE 5 at least, no versions available for Netscape). SVG (scalar vector graphics) or VML (vector markup language) use XML to generate graphic images. Those that you describe can be created and positioned without creating separate graphic files and positioning them through tables. VML was developed by a consortium and promoted by MS. After some attention a couple years ago, not much has happened. VML is supported by a consortium also, and the W3C has released a standard on it.

Jay


>Hi Alex,
>
>You are not corect in here. I can use this image in HTML.
>I would place them as background images.
>You could test it by yourself. Create Word document with rectangle. Place
>text into this rectangle and then save the document as HTML. You would see
>that Word created image of your rectangle and place it into HTML document as
>background of your text.
>
>About images. Yes he you are right and I planned to stretch some short line if
>needed height and width
>
>No matter what I still need for a class for image creating, or find a good ActiveX.
>
>Regards,
>
>Doron
>
>
>>HI Doron,
>>
>>Can't imagine why you would need circles and boxes in an html report. If you're thinking of creating a gif with a box in order to place it around existing text, it won't work. Can't do that in html. You would need to use several lines and a table to achieve this effect.
>>
>>However, to get away with lines (and with boxes around text by joining four lines), you could create a single-pixel gif and stretch it horizontally or vertically via html code to get lines of any length you may want.
>>
>>Alex
>>
>>
>>>Hi All,
>>>
>>>I need to create GIF image for HTML purpose. Any ActiveX is there for that
>>>purpose?
>>>
>>>That image could be line, rectangle, round rectangle or oval with different
>>>types of filling and border. The reason for that is, I need to run a
>>>conversion of different reports to HTML and produce all necessary lines
>>>and shapes.
>>>
>>>Regards,
>>>
>>>Doron
Previous
Reply
Map
View

Click here to load this message in the networking platform