AttributedString and HTML - relative to?
AttributedString and HTML - relative to?
- Subject: AttributedString and HTML - relative to?
- From: Stefan <email@hidden>
- Date: Thu, 27 Jul 2006 20:45:57 +0200
Suppose I create an attributed string using this HTML code:
>>>
<html>
<body>
Hello World!
<table width="100%">
<tr >
<td> Item 1 </td>
<td width="80%"> Item 2 </td>
<td width="10%"> Item 2 </td>
</tr>
...
<<<
Could someone explain, relative to which horizontal size the first
100% is computer?
Visually, it is computed to something. But neither the size of the
surrounding NSView on screen nor the print-view's page (inner-)size.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden