How I can put the border on the heading in bootstrap
Posted
by
user1769787
on Stack Overflow
See other posts from Stack Overflow
or by user1769787
Published on 2012-10-23T22:57:44Z
Indexed on
2012/10/23
23:00 UTC
Read the original article
Hit count: 164
<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.
© Stack Overflow or respective owner