Home >Backend Development >PHP Tutorial > 怎么去掉链接的下划线

怎么去掉链接的下划线

WBOY
WBOYOriginal
2016-06-13 12:41:261052browse

如何去掉链接的下划线?



       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