L
Lloyd Sheen
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>
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>