Hi, okay so if you checkout this site in ie browser the design comes looks good, but if you look at the site in chrome it has a gap under the header image showing the background image and not the teal color... any suggestions on how to fix this?
Same problem in Firefox. This is the quick and nasty fix (line 34) <p align="center" style="margin:0;"> Or you can add this simple reset to the head section to fix other problems like that. <style type="text/css"> * { border: 0; margin: 0; padding: 0; } </style>