显示标签和<a> same line inside a table

时间:2015-05-17 09:46:32

标签: html

"<td style=max-width:0px;>" +
                    "<span> Issuer: <a href=/app?"+JSON.stringify(issuer)+" target='_blank'>  <span> " + celldata[rowIndex].hiddenprops.issuer +" </span></a> </span>"+
                "</td>"

The result should be: "issuer: rojioijoijrieroirjg" but I get : "issuer: rojioioijoij"

on two different lines. I tried display:inline on every tag and tried to insert tags and stuff but nothing is working?

Any idea how I should proceed. All I want is a label on the same line than my link inside a <td>

0 个答案:

没有答案