Entering content frameProcedure documentation Inserting Graphics into HTML Templates Locate the document in its SAP Library structure

Use

You use this procedure to insert graphics and other Multipurpose Internet Mail Extension (MIME) elements directly by drag and drop when you are editing HTML templates in the HTMLBusiness editor.

Procedure

  1. In the SAP@Web Studio’s Workspace – Project View, select the file that contains the graphic or other MIME element you want to insert.
  2. Drag the file to the HTMLBusiness editor window and drop it at the desired location in the HTML Business code.

Result

The HTMLBusiness editor automatically generates the necessary HTML Business code (and the required parameters).

Example

If you select the image file help.gif and drag it to an English language template under theme 99 in a service called myservice , the HTML Business editor generates the following code in the template:

`mimeURL(~service="myservice",~theme="99",~language="en",~name="help.gif")`

Leaving content frame