Hey folks,
I don't use Sketchup on Mac, but Burkhard told me problems concerning WebDialogs in Sketchup for Mac. We have written a very simple HTML page, which correctly displays in Sketchup for Windows. But for Mac the content does not seem to use the whole hight of the window. Any ideas?
<html>
<head>
<title>TITLE</title>
</head>
<body link="#00ff00" alink="#00ff00" vlink="#00ff00" style="border;none; margin;0; padding;0; background-color;#000; color;#0f0; font-family;Courier">
<div style="border;none; margin;0; padding;0;width;100%;text-align;center">
<h1 style="border;none; margin;0; padding;0">
<span style="font-variant;small-caps;font-weight;bolder">...</span>
</h1>
<h2><span style="font-variant;small-caps;font-weight;bolder">Version</span></h2>
<!-- VERSION //-->
<hr width="50%" noshade="noshade" style="color;#0f0;background-color;#0f0; height;1px">
<h2><span style="font-variant;small-caps;font-weight;bolder">Credits</span></h2>
Foo Bar, <a href="http://errorinitus.de/" target="_blank">error initus</a>
</div>
</body>
</html>
azuby