|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
http://tsr4.tsrealm.com/goodtsr/tsr4.htm
Ok. That is the site's beginnings. Now, I want to get the spaces in between the Banner, Features and News space to be about 3 pixels. I have tried almost everything I can think of. There are no < br >'s there, so I don't know what is going on. Anyway, thank you for all posts. ------------------ ================ -Khill, www.tsrealm.com |
|
#2
|
|||
|
|||
|
I think this should do it:
In some of your <td> tags you've set the height attribute to 25 pixels. Remove this attribute (i.e. height=25) and see what happens. Hopefully your filler images should now dictate the row heights. |
|
#3
|
|||
|
|||
|
If you enclose your tables in divs (<div id=banner><table><tr><td></td></tr></table></div>, it's a netscape thing) you can have control over their positioning right down to the pixels. Use your style sheet (#banner{position:absolute;top:50px;left:50px;}) to set the position. If you change the "z-index" property of your div, you can even make tables overlap and do other cool stuff.
[This message has been edited by billyo (edited July 02, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Minimizing Tables Gaps |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|