Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

Created Unassigned: Table with colspan doesn't work [9086]

$
0
0
A simple html table below with colspan throws "ArgumentOutOfRangeException" in event "RenderError" e doesn't render the html table.

```
<html>
<head>
<title></title>
</head>
<body>
<table border="1">
<tr>
<td colspan="3">Title</td>
</tr>
<tr>
<td>Content 1</td>
<td colspan="2">Content 2</td>
</tr>
</table>
</body>
</html>
```

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>