array and image wrong cell height size

E

Emmanuel V.

Hello,

I have a very basic table with a fixed height of 40 pixels that contains
an image of 40 pixels height. Works on mozilla, forebird, konkeror,
safari. The problem is that on IE6 PC, WinXP SR1, the cell is too high
(around 2 or 3 pixels, as seen with the color background used to check
the size) and is not set to the 40 pixels height.

Here is the code :

<HTML>
<HEAD><TITLE>Kahuma</TITLE></head>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 bgcolor='#00FF00'>
<TR>
<TD bgcolor=black height=40 align=center>
<img height=40 border=0 width=465 src="title.gif">
</TD>
</TR>
</TABLE>
</BODY></HTML>

Help me. Thanks
 
L

Leif K-Brooks

Emmanuel said:
I have a very basic table with a fixed height of 40 pixels that contains
an image of 40 pixels height. Works on mozilla, forebird, konkeror,
safari. The problem is that on IE6 PC, WinXP SR1, the cell is too high
(around 2 or 3 pixels, as seen with the color background used to check
the size) and is not set to the 40 pixels height.

Are you sure that image is tabular data?
 
C

chepiok

Leif K-Brooks said:
Are you sure that image is tabular data?

What do you means by tabular data ? From what I've found on the net.
It's an activeX to display text fiel in array. But I want a standard
solution so no activeX please.
 
A

Adrienne

Gazing into my crystal ball I observed (e-mail address removed) (chepiok) writing in
What do you means by tabular data ? From what I've found on the net.
It's an activeX to display text fiel in array. But I want a standard
solution so no activeX please.

Tabular data, as in is the table contents data, or is the table being used
for presenation?

If you have a list of images, those images might be considered data, but if
you're only putting an image in a table to position it, that's not what
tables are for. Look into CSS (it's not activeX either).
 
C

chepiok

Leif K-Brooks said:
Tabular data, as in is the table contents data, or is the table being used
for presenation?

If you have a list of images, those images might be considered data, but if
you're only putting an image in a table to position it, that's not what
tables are for. Look into CSS (it's not activeX either).

In fact it's a composition of different pieces of images that compose
the layout of the site. Just it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top