see if this gets rid of teh space
<form id="Form1" runat="server" style="margin:0">
also on your header you open 4 div tags at the top, but i can only find 3 closing tags
Main Topics
Browse All TopicsWhy Do I have the following:
www.passportluggage.com
1. Space at the bottem.
2. FireFox and opera aren't aligned corretly.
Here is the code for the main Page:
Defaut.aspx:
<%@ Register TagPrefix="uc1" TagName="Header" Src="Header.ascx" %>
<%@ Register tagprefix="uc1" tagname="Footer" src="Footer.ascx"%>
<%@ Register TagPrefix="cc1" Namespace="BVSoftware.WebC
<%@ Register TagPrefix="uc1" TagName="ContentColumn" Src="controls/ContentColum
<%@ Page CodeBehind="default.aspx.v
<%@ Register TagPrefix="uc1" TagName="StyleSheetSelecto
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>
<%=PageTitle%>
</title>
<cc1:metatag id="MetaDescriptionControl
<cc1:metatag id="MetaKeywordsControl" runat="server" MetaTagName="Keywords"></c
<cc1:CSSTag id="CSSTag1" runat="server"></cc1:CSSTa
<meta content="http://schemas.mi
</HEAD>
<body>
<form id="Form1" runat="server">
<div class="container2">
<div class="linestrip">
<table cellspacing="0" cellpadding="0" border="0" id="container">
<tr>
<td><uc1:header id="Header1" runat="server"></uc1:heade
</tr>
<tr>
<td id="PageHome">
<div id="maincontent">
<table id="HomeTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="HomeColumn1"><uc1:Cont
<td id="HomeColumn3"><uc1:Cont
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td><uc1:footer id="Footer1" runat="server"></uc1:foote
</tr>
</table>
</div>
</div>
</form>
</body>
</HTML>
Header.ascx:
<%@ Register TagPrefix="mbrw" Namespace="MetaBuilders.We
<%@ Register TagPrefix="uc1" TagName="MiniCartTotals" Src="controls/MiniCartTota
<%@ Register TagPrefix="uc1" TagName="HeaderSearch" Src="controls/SearchBox.as
<%@ Control Language="vb" CodeBehind="Header.ascx.vb
<%@ Register TagPrefix="uc1" TagName="LoginStatusContro
<%@ Register TagPrefix="uc1" TagName="MainMenu" Src="controls/MainMenu.asc
<%@ Register TagPrefix="cc1" Namespace="BVSoftware.WebC
<%' © 2003 BV Software LLC %>
<div id="header">
<div id="BrandingArea">
<div id="Logo"><A href="default.aspx" target="_self" id="lnkHome" runat="server"></A><IMG id="LogoImage" src="images/logo.gif" border="0" runat="server"></div>
<div id="ShoppingCartLink"><asp
<uc1:minicarttotals id="MiniCartTotals1" runat="server"></uc1:minic
<div id="searchheader"><uc1:Hea
<div id="hidefootermenu">
<asp:hyperlink id="lnkMyAccount" Runat="server" NavigateUrl="myaccount_ord
<asp:hyperlink id="lnkCustomerService" Runat="server" NavigateUrl="contact.aspx"
<asp:hyperlink id="lnkSearch" Runat="server" NavigateUrl="search.aspx">
</div></div>
</div>
<div id="MainMenu">
<uc1:MainMenu id="MainMenu1" runat="server"></uc1:MainM
</div>
<!-- DHTML Menu Builder Loader Code START -->
<div id=DMBRI style="position:absolute; left: 223px; top: 144px;">
<img src="menus/images/dmb_i.gi
<img src="menus/dmb_m.gif" name=DMBJSCode width="1" height="1" border="0" alt="">
</div>
<script language="JavaScript" type="text/javascript">
var rimPath=null;var rjsPath=null;var rPath2Root=null;function InitRelCode(){var iImg;var jImg;var tObj;if(!document.layers){
</script>
<script language="JavaScript" type="text/javascript">
function LoadMenus() {if(!rjsPath){window.setTi
if(navVer.substr(0,3) >= 4)
if((navigator.appName=="Ne
document.write('<' + 'script language="JavaScript" type="text/javascript" src="' + rjsPath + 'nsluggageandleather.js"><
} else {
document.write('<' + 'script language="JavaScript" type="text/javascript" src="' + rjsPath + 'ieluggageandleather.js"><
}return true;}LoadMenus();</script
<!-- DHTML Menu Builder Loader Code END -->
Footer.ascx:
<%@ Register TagPrefix="cc1" Namespace="BVSoftware.WebC
<%@ Control Language="vb" CodeBehind="Footer.ascx.vb
<%' © 2003 BV Software LLC %>
<div id="footer">
<p align="center" id="footermenu"><a href="default.aspx" target="_self"><img src="/images/bot_Home.gif"
<div id="hidefootermenu"><asp:h
<asp:hyperlink id="linkCart" runat="server">View Cart</asp:hyperlink>
<asp:hyperlink id="linkMyAccount" runat="server">My Account</asp:hyperlink>&nb
<asp:hyperlink id="linkPrivacy" runat="server">Privacy Policy</asp:hyperlink>
<div id="hidefootermenu"><asp:H
</div>
<div id="footercustommenu"><asp
<div id="copyright">
<asp:Label ID="lblCopyright" Runat="server" /></div></div>
<div id="poweredby">
<asp:Label ID="PoweredBy" runat="server" />
</div></div>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It looks like you are trying to center a block using the text-align property, but this property doesn't center blocks. Your choice of Doctype (HTML 4.01 Transitional without a URL) is throwing Internet Explorer into Quirks mode, this causes it to emulate a bug in Internet Explorer 5.x in which text-align does center blocks.
See http://dorward.me.uk/www/c
(As others have said - get your code to conform to standards, its a lot easier to debug then).
Business Accounts
Answer for Membership
by: reinisPosted on 2005-07-06 at 16:55:05ID: 14383326
The problem most likely exists in your CSS.
eck? uri=ht tp%3A%2F%2 Fwww.passp ortluggage .com%2F
Ensuring that your website looks the same across all browsers can be a very difficult and time consuming thing to accomplish. Many developers spend quite some time creating hacks or workarounds to ensure that their page looks the same in IE as well as Mozilla and Opera browsers.
I would also suggest using a validator to help find bugs in your HTML so that you could correct them. You can try http://validator.w3.org/ or to see all the errors that exist on your page:
http://validator.w3.org/ch
By correcting these issues, you will ensure that your HTML conforms to standards.
Then again, if you're happy with how it looks in IE, which has about 90% market share, how much time are you willing to spend trying to fix things for the other browsers.
Rei.