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

怎么去掉链接的下划线

WBOY
Release: 2016-06-13 12:41:26
Original
1033 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. ";
    }



在中已经添加了

但链接的下划线就是去不掉,请教应该怎么做?
Related labels:
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