How I can put the border on the heading in bootstrap
- by user1769787
<table>
<tr>
<td>
<div class="p-head">test</div>
</td>
<td>
</td>
<td>
</td>
</tr>
<table>
I am using bootstrap and the table td is going adjusted by the width of my p-head text. the problem is if I give p-head border then it's take border on more then the width of text.
How I can give border then it's only show upon the text. if I give border to p-head then it's take border on some more places.