在Dreamweaver中工作后,链接突然无法正常工作

时间:2016-03-24 04:32:05

标签: css html5 dreamweaver

所以我使用Dreamweaver创建了此页面,它包含外部链接。由于未知原因,当我在浏览器中查看页面时,没有任何链接可用。这还包括图像。

 <html>
  <head>
    <!--foundation styles-->

   <style type="text/css">
    .custom-menu{
     display:inline-block;
    }
   </style>
  </head>
  <body>
   <div class="row text-center">
     <ul class="dropdown menu custom-menu" data-dropdown-menu>
       <li><a href="#">Item One</a>
         <ul class="menu">  
           <!-- I want to display the lists here as inline
block-->
            <li><a href="#">Item One A</a></li>
            <!--more Links-->
         </ul>
       </li>
       <li><a href="#">Item Two</a></li>
     </ul>
   </div>
   <!--foundation scripts-->
  </body>
</html>

我还有JSFiddle

1 个答案:

答案 0 :(得分:0)

请务必检查您要保存的文件扩展名。 如果代码似乎在JSFiddle中工作,它也必须在DreamWeaver中工作。 尝试删除目标=&#34; _blank&#34;并使它像这样简单:

<a href="https://dentistry.creighton.edu/">Creighton University School of Dentistry</a>