Hi,
I have a web aspx page
<%@ Page Language="c#" CodeBehind="index.aspx.cs" AutoEventWireup="false" Inherits="fff.index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<html>
<head>
like this but the page displays with a annoying space at the top of the page which spolis the design - if i take out the inhierts the page displays fine but obiviously none of the functionality is there. has anyone experienced this before?
thanks for your help
jimmy
I have a web aspx page
<%@ Page Language="c#" CodeBehind="index.aspx.cs" AutoEventWireup="false" Inherits="fff.index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<html>
<head>
like this but the page displays with a annoying space at the top of the page which spolis the design - if i take out the inhierts the page displays fine but obiviously none of the functionality is there. has anyone experienced this before?
thanks for your help
jimmy