!--a11y-->
Use
The GET_NEWLINE_BETW_LINK_AND_TAG method specifies whether or not a line break is automatically inserted between a link and a tag. Some mobile devices display a text before a link in a new line if this text is, for example, enclosed by a font tag such as <b/>.

If a mobile device meets this condition, a link that follows a formatted text is always displayed in a new line, even if this is not wanted.
Example
The following code fragment shows an example of how to use this method:
<b>text</b><a href="test.htm"/>
<% if client_info->get_newline_betw_link_and_tag( )=’ ‘.%>
<%else.%>
<b>text</b><br/>
<a href="test.htm"/>