/    Sign up×
Community /Pin to ProfileBookmark

IE table spacing problem

I’m trying to get rid of this extra space on my page. It displays under the navigation tabs in Internet Explorer. It looks fine in other browsers. If anyone has any pointers that would be great.

Here’s the link: [url]http://students.uta.edu/tm/tmw7914/mlb/mlb.html[/url]

Here are the contents of the stylesheet:

[COLOR=”DarkSlateGray”]body
{margin: 0 0 0 0; background-color: #2F260B}
#outertable
{background-image: url(stripe.gif)}
.loginbox
{border: 2px solid #147018; background-image: url(trans.gif); width: 198px; height: 77px; margin-left: 0px; padding: 3 3 0 3; font-size: 5pt}
.login
{font-family: arial, sans-serif; font-size: 8.5pt; text-decoration: uppercase; color: black; font-weight: bold; margin-left: 3px}
.blktxt
{font-family: arial, sans-serif; font-size: 8.5pt; color: black; margin-left: 3px}
.submit
{font-family: arial, sans-serif; font-size: 8pt; color: #635431}[/COLOR]

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@Major_PayneApr 13.2007 — With no document type, IE is parsing page in Quirks Mode. You also have major coding errors which need to be corrected:

HTML Validator result
----------------------


http://students.uta.edu/tm/tmw7914/mlb/mlb.html

line 1 - Error: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

line 9 column 7 - Error: end tag for element "HEAD" which is not open

line 11 column 6 - Error: document type does not allow element "BODY" here

line 13 column 44 - Error: there is no attribute "HEIGHT"

line 15 column 14 - Error: there is no attribute "HEIGHT"

line 19 column 48 - Error: required attribute "ALT" not specified

line 33 column 159 - Error: required attribute "ALT" not specified

line 47 column 153 - Error: required attribute "ALT" not specified

line 59 column 159 - Error: required attribute "ALT" not specified

line 73 column 38 - Error: required attribute "ACTION" not specified

10 errors / 0 warnings

Ron
Copy linkTweet thisAlerts:
@longlivetoniauthorApr 15.2007 — genius! thanks.
×

Success!

Help @longlivetoni spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...