Hi,
I'm having a problem with a table alignment, it won't top-align.
Background info: above the table, a dozen lines of js code and a bit
of programming code, none has HTML space-taking code like <br> or <p>
etc. Tons of logic inside the TABLE, in and out of TR, but all TRs
are closed properly and have same number of TD, which are also closed
properly. But the table is left aligned and vertically sort of
centered in the page, though the HTML code says, <table valign="top">
or <table valign="top" align="top">.
FYI, HTML version
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">,
ua/browser, IE6.0
Is there any way to force the table to be (page) top aligned? CSS,
position? div? span? or ...?
TIA.
I'm having a problem with a table alignment, it won't top-align.
Background info: above the table, a dozen lines of js code and a bit
of programming code, none has HTML space-taking code like <br> or <p>
etc. Tons of logic inside the TABLE, in and out of TR, but all TRs
are closed properly and have same number of TD, which are also closed
properly. But the table is left aligned and vertically sort of
centered in the page, though the HTML code says, <table valign="top">
or <table valign="top" align="top">.
FYI, HTML version
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">,
ua/browser, IE6.0
Is there any way to force the table to be (page) top aligned? CSS,
position? div? span? or ...?
TIA.
Comment