|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
spaces at bottom of table cells
tables...
4 pixel gap at bottom of each cell table style and cell style set to padding and margins of 0px all round. table set to cell spacing/padding of 0 heights of cells match the heights of graphics exactly. please someone explain! |
|
#2
|
|||
|
|||
|
RE: spaces at bottom of table cells
showing us an example page or code could help us help you..
but anyway, mu cristal ball is a bif fogy, but i can still see something like http://devedge.netscape.com/viewsource/2002/img-table/ |
|
#3
|
|||
|
|||
|
RE: spaces at bottom of table cells
http://projectx.hysteriaweb.net
|
|
#4
|
|||
|
|||
|
RE: spaces at bottom of table cells
thank you, thank you, thank you
|
|
#5
|
|||
|
|||
|
RE: spaces at bottom of table cells
just making sure you don't have linebreaks in your code around your image tag also should work:
wrong: <td> <img src="picture.gif" alt="" /> </td> correct: <td><img src="picture.gif" alt="" /></td> alternatively putting a <br /> after the image might also work: <td> <img src="picture.gif" alt="" /><br /> </td> last, but not least, you can give your image style="display: block" |
|
#6
|
|||
|
|||
|
RE: spaces at bottom of table cells
did the diusplay option - worked like a charm!
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > spaces at bottom of table cells |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|