You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
385 B

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TopBanner.ascx.cs" Inherits="TopBanner" %>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center"><asp:Image ID="Top" Runat="server" Width="100%" Height="100" ImageUrl="~/Images/doctop.jpg"></asp:Image></td>
</tr>
<tr>
<td bgColor="#d8e4f8" colSpan="2" height="6"></td>
</tr>
</table>