home

.
new image command-patterns


One of the highlights of SGP 1.5 is the support for image files.
This is an important feature for all html-editors.
In SGP 1.0 you was only able to create image tags like this:

<img src = "pictures/apple.gif">

In this tag there is an important thing missing: the image size! In our example image tag the clients webbrowser is not able to display your webpage correct before he has loaded your image, because the webbrowser don't know how much space to reservate for this image. Normaly you write image-tags like this:

<img src = "pictures/apple.gif" width="54" height="87">

SGP 1.5 has resolved this problem with two new file-tags: #_P-WIDTH_# and #_P-HEIGHT_#. (currently supported with GIF/JPG/PSD files)
Watch this example to see this commands in action.
See also the fast quicktype possibilities of the new online help!


home

last update 11/12/00