View Single Post
  #1 (permalink)  
Old 09-19-2007, 03:56 AM
René Ziller
Newsgroup Contributor
 
Posts: n/a
Printing Problems in IE7 with Span and Table

There's a Problem in Printing Pages from IE7 with nested Tables and Spans and
100% height. This Sample Page let the IE (in Page preview) endless growing up
the Pages count so its impossible to print such pages over more than 1 site:

<html>
<body>
<table>
<tr>
<td>
<span style="height:100%">
<table height="100%">
<tr>
<td style="font-size: 200px">

Test<br>Test<br>Test<br>Test<br>Test<br>Test
</td>
</tr>
</table>
</span>
</td>
</tr>
</table>
</body>
</html>

IE Version: 7.0.5730.11
OS Version: Win XP DE SP2, Build 2600

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/communities...plorer.general
Reply With Quote

 
Old 09-19-2007, 03:56 AM