Posted 16 years ago
by Mike Griffin
-
President,
EntitySpaces, LLC
I've been playing around with the Trial version, specifically the "Dynamic Create" form. I set it to be HTML with C# used between the <% %> brackets, however, when I have areas like this:
The color on each line only highlights the background to the last character of the line. It really looks pretty ugly this way, is there anyway to make it go to the END of the line? In reality, in this entire code block between the <% %> tags everything should have my background color (full line) but it only hightlights to the last character on each line.
Thanks
- Mike
[Modified at 11/24/2008 08:42 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:44 PM]
<%
string objName = "";
string objType = "";
foreach(IColumn col in cols)
{
}
%>
Thanks
- Mike
[Modified at 11/24/2008 08:42 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:43 PM]
[Modified at 11/24/2008 08:44 PM]