Jump to content
  • 0

Как убрать нижнюю линию под текстом который является ссылкой?


Виктор146
 Share

Question

вот нужно убрать линии под текстом который является ссылкой или как нибуть обойтись без тега &nbsp:

Вот скрин 7mQXc.png

вот сам код html

<table border="1" hspace="20" vspace="20">
<tr>
<td> <img src="images/Apple iPad 4/ip2.jpg" width="150" height="200" border="1" alt="ipad 4"> <h4 style=" margin: 0px 0px 0px 10px"> <a href="iPad 4.html"> Apple iPad 4 128 ГБ<br>    белый, черный. </a> </h4> <h3 style=" margin: 0px 0px 0px 10px"> </h3> </td>

<td> </td>


</tr>


</table>

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

к тегу а теперь у всех ссылок не будет подчеркивания если надо только той ссылке что в таблице то вот



<style type="text/css">
.table a {text-decoration:none;}
</style>
<table border="1" hspace="20" vspace="20">
<tr class="table">
<td>
<img src="images/Apple iPad 4/ip2.jpg" width="150" height="200" border="1" alt="ipad 4"> <h4 style=" margin: 0px 0px 0px 10px"> <a href="iPad 4.html"> Apple iPad 4 128 ГБ<br>    белый, черный. </a> </h4> <h3 style=" margin: 0px 0px 0px 10px"> </h3>
</td>
<td> </td>
</tr> </table>

Edited by volkod
Link to comment
Share on other sites

  • 0

к тегу а теперь у всех ссылок не будет подчеркивания если надо только той ссылке что в таблице то вот



<style type="text/css">
.table a {text-decoration:none;}
</style>
<table border="1" hspace="20" vspace="20">
<tr class="table">
<td>
<img src="images/Apple iPad 4/ip2.jpg" width="150" height="200" border="1" alt="ipad 4"> <h4 style=" margin: 0px 0px 0px 10px"> <a href="iPad 4.html"> Apple iPad 4 128 ГБ<br>    белый, черный. </a> </h4> <h3 style=" margin: 0px 0px 0px 10px"> </h3>
</td>
<td> </td>
</tr> </table>

Это уже теги ксс? ответь)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy