Hi,

I have the following html sample code: It has a normal link (<a>
element) which has a break line in the middle of the text (<br>).

<html>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="95">
    <b>
        <a href="google.com">CNN World <br> News Now</a>
    </b>
</td>
</tr>
</table>
</body>
</html>


When the <a> element gets the focus, two different rects highlight'ing
it (one for each line of the text). How could I get the height of the
hole text, not only the height of the first nsIRect element ?

Regards

-- 
--Antonio Gomes
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to