Help with HTML table

I have made a webpage which shows up fine Chrome but when you view it in IE or Firefox there is no HSPACE around the right hand table.
http://www.cgwebdesigns.co.uk/Karen/test.htm

Can anyone help please?

I know it’s not a quick solution to your problem, but you should really start studying CSS and tableless layout.

As Guido says, you really need to learn CSS. hspace is deprecated in HTML4. See this article: http://www.codehelp.co.uk/html/deprecated.html

Older HTML tags and attributes that have been superseded by other more functional or flexible alternatives (whether as HTML or as CSS ) are declared as deprecated in HTML4 by the W3C - the consortium that sets the HTML standards. Browsers should continue to support deprecated tags and attributes, but eventually these tags are likely to become obsolete and so future support cannot be guaranteed.