css - getting rid of gap in html table -
i getting gap @ end/beginning of 2 cells in email , can't life of me figure out why.
the cell-padding set 0 cell-spacing = 0
here's have:
<style type="text/css"> h1,h2,h3,h4,h5,h6,h7 { font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; line-height: 1;} h1 { font-size: 20px; color: #b99350; line-height: 1; font-size: 25px; padding-top: 10px; font-align: center; font-weight: normal; text-align: center; } h3{ font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; line-height: 1; color: #b99350; font-size: 24px; padding-top: 15px; padding-bottom: 10px; padding-left: 15px; padding-right: 10px; font-style: normal; font-weight: normal; text-align: center; text-transform: capitalize; } h4{ font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; line-height: 1; color: #b99350; font-size: 22px; padding-right: 10px; padding-left: 15px; font-style: normal; text-align: left; font-weight: normal; } h5{ font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; line-height: 1.3; font-weight: normal; color: #fafafa; font-size: 14px; padding-top: 3px; color: #fcfcfc; } h6{ font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; line-height: 1.3; font-weight: bold; color: #ffffff; font-size: 14px; padding-left: 15px; color: #ffffff; } h7 { font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; font-style: normal; font-weight: normal; font-size: 16px; padding-top: 3px; padding-bottom: 20px; padding-right: 20px; padding-left: 15px; color: #ffffff; line-height: 25px; } h8 { padding-left: 15px;} h9 { font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; font-style: normal; font-weight: normal; font-size: 10px; padding-top: 3px; padding-bottom: 20px; padding-right: 20px; padding-left: 15px; color: #ffffff; line-height: 25px;} body,td,th { font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; font-style: normal; font-weight: normal; font-size: 16px; padding-top: 3px; padding-bottom: 10px; color: #ffffff; line-height: 20px; } li { font-family: gotham, "helvetica neue", helvetica, arial, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; color: #ffffff; line-height: 1em; padding-top: 10px; } body { background-color: #fcfcfc; } .blue { color: #b99350; } </style>
<table width="600" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" valign="center" ; > <tbody> <tr> <td colspan="2" bgcolor="#201545" cellspacing="0" cellpadding="0" style="border-collapse: collapse"> <h7>• aa rated state government of south australia occupies 76% of nla</h7> <br> <h7>• $13 million* spent in refurbishments between 2008 , 2016</h7> <br> <h7>• 5.3 year wale , 97% occupancy</h7> <br> <h7>• located in core of adelaide’s cbd</h7> <br> <h7>• surplus land area development potential</h7> <br> <h7>• leased net income of $9.3 million*</h7> <br> <h7>• net lettable area of 19,855sqm*</h7> <br> <h7>• 4.5-star nabers rating</h7> </p> <h7><strong>please <a href="http://v3au.zone-secure.net/drive/4191/231302/" style="color:#ffffff">click here</a> view information memorandum <h7></strong><br> <h9>* approx </h9> <hr valign="top" width="100%" size="4px" color="#9d7f4a" align="left" style="border-collapse: collapse;" > <h4>for sale via expressions of interest closing 5pm (aedt) thursday, 20 october 2016</h4></td> <tr><td valign="top" width="232" align="left" bgcolor="#201545" cellspacing="0" style="padding-left: 15px; ";><img src="jll_logo_rev_web.png" width="97" height="42" alt="jll"/> <h5><strong>rob sewell<br> </strong>+61 407 243 229<br> <a href="mailto:rob.sewell@ap.jll.com" style="color:#ffffff">rob.sewell@ap.jll.com</a></h5> <h5><strong>jamie guerra</strong><br> +61 418 849 780<br> <a href="mailto:jamie.guerra@ap.jll.com" style="color:#ffffff"> jamie.guerra@ap.jll.com</a></h5> <h5><strong>roger klem <br> </strong>+61 423 919 373<br> <a href="mailto:roger.klem@ap.jll.com" style="color:#ffffff"> roger.klem@ap.jll.com</a> <br> <br> <strong>international</strong><br> <strong>stuart mccann<br> </strong>+65 8522 1031<br> <a href="mailto:stuart.mccann@ap.jll.com" style="color:#ffffff"> stuart.mccann@ap.jll.com</a></h5></td> <td valign="top" bgcolor="#201545" style="color: #2bace2; padding-left: 15px;"><img src="knightfrank_lr.png" alt="knightfrank" width="108" height="54"/> <h5><strong>guy bennett<br> </strong>+61 418 808 548<br> <<a href="mailto:guy.bennett@au.knightfrank.com" style="color:#ffffff"> guy.bennett@au.knightfrank.com</a></h5> <h5><strong>lukas weeks</strong><br> +61 434 957 537<br> <a href="mailto:lukas.weeks@au.knightfrank.com" style="color:#ffffff"> lukas.weeks@au.knightfrank.com</a></h5> <h5><strong>james parry</strong><br> + 61 408 553 000<br> <a href="mailto:james.parry@au.knightfrank.com" style="color:#ffffff"> james.parry@au.knightfrank.com</a> <br> <br> <strong>international</strong><br> <strong>neil brookes<br> </strong>+65 8309 4985<br> <a href="mailto:neil.brookes@asia.knightfrank.com" style="color:#ffffff"> neil.brookes@asia.knightfrank.com</a></h5></td> </tbody> </table></tr> </body> </html>
there 2 columns/cells in section , both sitting massive gap between (missing) logos , text above , can't figure out how close it... please help! thanks
p.s. top code not end. wasn't allowed show rest "too html" not enough question...
i have answer -
at end
after & , should before them.
simple that. swapped in front , fixed!
Comments
Post a Comment