Do you mean between Welcome, you're gonna love how we do it! and Thank you for visiting our site today.?
right before H3 you have this:
Code:
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td height="122" valign="top" width="386">
<div style="padding-left: 0px; padding-top: 13px;"><img src="images/1_hl2.jpg"></div>
<div style="padding: 10px 10px 5px 3px; line-height: 20px;" class="main"><h3>Welcome, you're gonna love how we do it!</h3>
change the padding to 0
Code:
<div style="padding: 0;" class="main">
If you mean above the Welcome line than change the code line above
Code:
<div style="padding-left: 0px; padding-top: 0;">
Bookmarks