HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/CMSModules/Forums/Tools/Posts/ForumPost_LeftBorder.aspx
<%@ Page Language="C#" AutoEventWireup="true"
    Inherits="CMSModules_Forums_Tools_Posts_ForumPost_LeftBorder"  CodeFile="ForumPost_LeftBorder.aspx.cs" %>

<!DOCTYPE html>
<html>
<head runat="server" enableviewstate="false">
    <title>Forum Left border</title>
    <style type="text/css">
        
        body
		{
			margin: 0px;
			padding: 0px;
			height: 100%; 
			width: 100%;
			overflow: hidden;
			background-color: #fff;
		    /*margin-top: -18px;*/
		}  
    </style>
</head>
<body>
    <form id="form1" runat="server">
        <asp:Panel ID="pnlOuter" runat="server">
            <asp:Panel ID="pnlInner" runat="server">
                &nbsp;
            </asp:Panel>
        </asp:Panel>
    </form>
</body>
</html>