View Single Post
  #3 (permalink)  
Old 09-19-2007, 03:56 AM
Rob ^_^
Newsgroup Contributor
 
Posts: n/a
Re: Printing Problems in IE7 with Span and Table

Hi Rene,

Fontsize:200px?

Tools>Internet Options - General tab, Accessibility button, check "Ignore
font sizes specified on web pages"

Another instance of 'what you code is not what the user sees'. The User is
King! Avoid using hardwired absolute font sizing. All browsers will default
to use the users preferences.

Regards.
"René Ziller" <René Ziller@discussions.microsoft.com> wrote in message
news:2F595469-E4E8-4CC0-9BCE-2B2B64D17AA6@microsoft.com...
> 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