Flexible table keeps showing a gap

M

Mark Parnell

crispy said:
I built a flexible table with curved corner on this page:
http://www.saneplanet.com/practice/table_practice/flex_table_corners.htm

But the top row keep showing a gap. Look at it and you'll see what I
mean.

Any tips would be appreciated.

Change
<td width="20" height="20"><img src="flex_table_corners_files/top_left.gif"
width="20" height="20">
</td>

To
<td width="20" height="20"><img src="flex_table_corners_files/top_left.gif"
width="20" height="20"></td>

HTH
 
D

David Dorward

Blindsya said:
Change
<td width="20" height="20"><img
src="flex_table_corners_files/top_left.gif" width="20" height="20">
</td>
To
<td width="20" height="20"><img
src="flex_table_corners_files/top_left.gif" width="20" height="20"></td>
Why will this make any difference?

Becuase many browsers have bugs in their handling of white space in HTML
source.
 
C

crispy

Thank you so much Mark and others.

I would've never figured that out on my own. And thanks for the links
on white space problem.

cripsy
 

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

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top