WebFreedom
11-26-2005, 04:37 AM
Hi All,
I'm a relatively new HTML'r, and I'm having some challenges with my code that I can't resolve. Here's the relevant piece of code:
~-~-~-~-~
<html>
<head>
<title><xsame%KEYWORD1/2%></xsame></title>
<meta name="keywords" content="<xsame%KEYWORD1/2%>"
<meta name="description" content="The Internet's DEFINITIVE Source for <xsame%KEYWORD1/2%> Resources and Information."
</head>
<body>
<table width="682"><tr><td><font face="Tahoma" size="3">
<h1 align="center">Information On <u><xsame%KEYWORD1/2%></u></h1>
<table border="0" cellspacing="0" cellpadding="10" align="right"><tr><td>
<img src="Image01.jpg" img alt="<xsame%KEYWORD1/2%> Graphic" border="0">
</td></tr>
~-~-~-~-~
I'm encountering the following two problems:
1. When I display the .htm page created with this code, there's roughly a one-inch gap between the top of my browser window (below the toolbars) and the beginning of the displayed text. This happens in both IE and Firefox.
2. Regardless of how I set the font size, it's always significantly larger in Firefox than in IE.
Thanks in advance for any helpful input. :) I can provide more code or information if necessary, as well.
Sam
I'm a relatively new HTML'r, and I'm having some challenges with my code that I can't resolve. Here's the relevant piece of code:
~-~-~-~-~
<html>
<head>
<title><xsame%KEYWORD1/2%></xsame></title>
<meta name="keywords" content="<xsame%KEYWORD1/2%>"
<meta name="description" content="The Internet's DEFINITIVE Source for <xsame%KEYWORD1/2%> Resources and Information."
</head>
<body>
<table width="682"><tr><td><font face="Tahoma" size="3">
<h1 align="center">Information On <u><xsame%KEYWORD1/2%></u></h1>
<table border="0" cellspacing="0" cellpadding="10" align="right"><tr><td>
<img src="Image01.jpg" img alt="<xsame%KEYWORD1/2%> Graphic" border="0">
</td></tr>
~-~-~-~-~
I'm encountering the following two problems:
1. When I display the .htm page created with this code, there's roughly a one-inch gap between the top of my browser window (below the toolbars) and the beginning of the displayed text. This happens in both IE and Firefox.
2. Regardless of how I set the font size, it's always significantly larger in Firefox than in IE.
Thanks in advance for any helpful input. :) I can provide more code or information if necessary, as well.
Sam