margins and tables HTML?
http://www.ivoog.com/link
I almost got it complete but ran into another problem. See the two boxes on the left? I want the one on the bottom to be 5px from the one on the top. I tried using margin-top:5px but that doesn't work with tables. Can anyone help? Thanks!
Please note that I have text to the right of that box so I don't want anything bothering the text. Thank You!
Public Comments
- Hi again, ok, increase your td height to 196 and add this to your td tag - style="background-position: center bottom; background-repeat: no-repeat;" Normally I advise against the style="etc etc" because I prefer using an external css file, but it seems you don't have one.
- Margins work just fine on tables, but the 2 boxes are in the same table so you need to add either a <tr><td height="5"></td></tr> //Blank spacer or a 5px padding to the top of the bottom box.
Powered by Yahoo! Answers