﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9613	Nested Table Vertical Spacing Issue	Steve		"Browser: Google Chrome 22.0.1229.94 m
OS: Windows 7 64bit

Steps to Reproduce:
1) create a 1x1 table, cellpadding=""0"", cellspacing=""0"", border=""0"", width=""100%"".
2) create a 2x3 table within table(1). cellpadding=""0"", cellspacing=""0"", border=""0"".

Issue:
There's a space (empty row) between the bottom of the inner table and the outer table. It is impossible to remove this vertical spacing without editing the source code.

Solution:
There's two ways to fix.
1) In source code view, delete all the spaces between the inner </table> and the outer </td>.

2) In source code view, delete ONE space before the outer tables </td>.

Additonal Info (slightly off subject):
You probably know already, but any spaces between opening and closing table tags also creates vertical spacing issues in several email clients."	Bug	closed	Normal		Core : Tables	4.0	duplicate	nested table	
