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

如何去掉链接的下划线?

WBOY
WBOYOriginal
2016-06-23 14:16:511098browse



       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. ";
    }



在中已经添加了

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

回复讨论(解决方案)

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

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

Statement:
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