Home > Backend Development > PHP Tutorial > 如何去掉链接的下划线?

如何去掉链接的下划线?

WBOY
Release: 2016-06-23 14:16:51
Original
1095 people have browsed it



       if($title[$p]"")
           {
    echo "
  1. ";
    $n=$nu[$p];
       echo "

    ".$id[$p].". ".mb_substr($title[$nu[$p]],0,30,'utf-8')."

    ".$date[$nu[$p]]."";
    echo "

    ".mb_substr($content[$nu[$p]],0,100,'utf-8')."More…

    ";
    echo "
  2. ";
    }



在中已经添加了

但链接的下划线就是去不掉,请教应该怎么做?

回复讨论(解决方案)

看是否有其他的样式声明覆盖了这个。

果然是被另一个声明覆盖了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template