Code is below. Why in the designer does it show as two rows of the same
height?
By the way this is just a small sample for discussion purposes not something
I would do. The problem is that this is so far from a WYSIWYG that it defys
purpose.
Thanks
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%;
height: 100%">
<tr>
<td style="height: 25px; background-color:Yellow ">
</td>
</tr>
<tr>
<td style="background-color:Silver ">
</td>
</tr>
</table>
</form>
</body>
</html>
The VS 2008 designer is better, as it is the Expression Web surface. It is
still not 100%, but it is much better. The VS 2005 surface just, to put it
bluntly, sucks. When I was using VS 2005, I spent my design time in
Expression Web or other WYSIWYG program.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
*************************************************
| Think outside the box!
*************************************************
> Code is below. Why in the designer does it show as two rows of the same
> height?
[quoted text clipped - 31 lines]
> </body>
> </html>
Lloyd Sheen - 18 Mar 2008 17:19 GMT
> The VS 2008 designer is better, as it is the Expression Web surface. It is
> still not 100%, but it is much better. The VS 2005 surface just, to put it
[quoted text clipped - 38 lines]
>> </body>
>> </html>
Thanks. Pretty much what I expected but I guess when I get around to
switching there will be something to look forward to.
LS
Cowboy (Gregory A. Beamer) - 18 Mar 2008 17:38 GMT
I have long had a problem with the VS design surface. I was so glad when
they worked with the Expression team as I knew, although not perfect, I
would have a WYSIWYG that atually showed what I desired most of the time.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
*************************************************
| Think outside the box!
*************************************************
>> The VS 2008 designer is better, as it is the Expression Web surface. It
>> is still not 100%, but it is much better. The VS 2005 surface just, to
[quoted text clipped - 43 lines]
>
> LS