HTML help? Tables...?

OK, I have this webpage, and I want it so that the image (in a table spanning 2 tables below) will connect closer to the 2 tables that are below. I already have the padding set to 0, but it won't connect. This is a screenshot of what I have, with a little not on what I want it to do: http://usera.imagecave.com/FireRage/fire-ragehelp.bmp.jpg PLEASE HELP!!!!!!!!!!!! If you need the code, let me know. I have it handy. Nothing with the first code, there... Alos (if this can help) the table area is in CSS: table { font-size: 11px; } .cell { border-color: #E7E0AF; border-width: 0px; padding: 0px; background-color: #666666; } I designated .cell to take care of the table's style.

Public Comments

  1. In your Table codes.. make sure you have the following: <table border=0 cellpadding=0 cellspacing=0 frame=void> That should fix the problem! Good luck and hope that helps!
  2. If you can email the code to me I will have a look and see if I can suggest anything to help. Are you using CSS or inline tags?
  3. Can you email me the code: coffeeaddict_uk@yahoo.co.uk Thanks
  4. If the cellpadding and cellspacing attributes are not working (some of this is dependent on the browser), try setting the table background to match the same color as the cells: <table bgcolor="#666666"> or by setting the table's background color in your CSS file.
Powered by Yahoo! Answers