- Dec 30, 2013
- 1
- 0
- 0
Hello there
I am unable to get the WebBrowser control to display a simple table correctly in the Windows Phone 8 emulator.
I am calling NavigateToString() with a string containing the following:
<html>
<body>
<table width=\"100%\">
<tr>
<td>First Line left hand column</td><td>Right</td>
</tr>
<tr>
<td>Second Line left hand column</td><td>Right</td>
</tr>
</table>
</body>
</html>
The data in the 2nd column is displayed in a much smaller font.
What is it doing? Is there any way to get this control to display the HTML correctly, or at least more sensibly?
I am unable to get the WebBrowser control to display a simple table correctly in the Windows Phone 8 emulator.
I am calling NavigateToString() with a string containing the following:
<html>
<body>
<table width=\"100%\">
<tr>
<td>First Line left hand column</td><td>Right</td>
</tr>
<tr>
<td>Second Line left hand column</td><td>Right</td>
</tr>
</table>
</body>
</html>
The data in the 2nd column is displayed in a much smaller font.
What is it doing? Is there any way to get this control to display the HTML correctly, or at least more sensibly?