WAP Service Developer's Guide for Nokia Series 40Version 1.0Copyright © 2002. Nokia Corporation. All rights reserved. 154.1.2 Line breakNew lines in text can be defined by a line break. The line break element, <br>, canbe used inside other elements as well, as long as it belongs to a paragraph. If a linebreak is defined after an <a> element, the line break is ignored. If an empty line isneeded between two links, it is necessary to add two line breaks between the <a>elements.4.1.3 Fieldset elementThe fieldset element allows the grouping of related fields and text. The basic idea ofgrouping is to show the grouped items on the same display if possible. If the itemscannot be displayed on the same display, the user is not given any notification.Fieldset always starts a new line and ends with a line break.4.1.4 Pre elementThe pre element is supported. When the pre element is used, the content shown isrendered as “pre-formatted” to the extent that is possible. This implies that whitespace is left intact when rendered, that the font in the cards remains the same asfor plain text in a card, and that word wrapping is enabled/disabled according tohow the browser is set.4.2 TableThe <table> element is used together with the <tr> elements and <td>elements to create sets of rows and columns of data, such as text, images, and soon. It is possible to have text, images, and tables on the same card. The cells areshown in bordered rows and columns.The size of the cells is dynamic, according to the content of the cells. The widestcells affect the width of the other cells in the same column. A minimum cell widthof 10 pixels is necessary in order for the columns to remain discernible. The width ofthe rows will be adapted so that all can fit. Where more cells are defined than canfit on the screen, the cells are all of the defined minimum width. Where the contentof the cells is too large to fit inside the cell, the content is truncated and three dotsare added.A maximum of one text, image or link element can be shown in each cell when norow in the table has been selected. Otherwise, text, image, as well as link elements,can be shown in a cell. In a text element, if line breaks are defined, several lines canbe shown at a time. When no row has been selected, the longest line in a celldefines the width of the cell if the cell can be shown in full width. Otherwise, linesof excessive length are truncated and three dots are added. The full content of eachcell can be viewed by scrolling.The title of the table is shown when a row is selected. If the table has no title, thetitle of the card in which the table is situated is used as a title for the table.