| Attributes |
| Name | Required | Request-time | Type | Description |
| wbmp | true | true | String | URL of image in WAP-conform .wbmp format. |
| html | true | true | String | URL of image in .gif, .png or any other HTML compatible format. |
| html_width | false | true | int | width of HTML image in pixels (optional) |
| html_height | false | true | int | height of HTML image in pixels (optional) |
| alt | true | true | String | Alternative text for image. Will be displayed if the client can render none of your graphic formats. |
| bmp | false | true | String | (optional) - URL of image in monochrome .bmp format. If the browser signals in the HTTP request header, that he's only able to display image/bmp and not image/vnd.wap.wbmp, this image will be sent. |
| br | false | true | int | number of line breaks after image (default: 0) |
| localsrc | false | true | String | (optional) - Use localsrc attribute on WAP/HDML devices. Using built-in icons, mobile devices don't have to download bitmap images. If the device can not render the specified icon, it will download the according image as specified by the "wbmp/bmp" attribute. |
| chtml_icon | false | true | String | (optional) - Use cHTML icon instead of HTML bitmap on iMode devices. Using built-in icons, mobile devices don't have to download bitmap images. Has no effect on non-iMode devices. |
| mml_icon | false | true | String | (optional) - Use MML icon instead of HTML bitmap on MML devices. Using built-in icons, mobile devices don't have to download bitmap images. Has no effect on non-MML devices. |