Css 在Dreamweaver中工作后链接突然不工作

Css 在Dreamweaver中工作后链接突然不工作,css,html,dreamweaver,Css,Html,Dreamweaver,所以我用Dreamweaver创建了这个页面,它包括外部链接。由于未知的原因,当我在浏览器中查看页面时,所有链接都不起作用。这也包括图像 <p class="paragraph">Graduating in 2008 from <a href="https://dentistry.creighton.edu/" title="Creighton University School of Dentistry" target="_blank">Creighton Unive

所以我用Dreamweaver创建了这个页面,它包括外部链接。由于未知的原因,当我在浏览器中查看页面时,所有链接都不起作用。这也包括图像

 <p class="paragraph">Graduating in 2008 from <a href="https://dentistry.creighton.edu/" title="Creighton University School of Dentistry" target="_blank">Creighton University School of Dentistry</a> in Nebraska, <strong>Simone Vining</strong> immediately began working for her father <strong>Simms Vining, D.D.S.</strong> at his dental practice, then named <i>The Vining Practice</i>, in Albuquerque, New Mexico.</p>
 <p class="paragraph"><strong>Aleida Saroyan</strong> graduated in 2009 from <a href="https://dental.case.edu/" title="Case Western Reserve University School of Dental Medicine" target="_blank">Case Western Reserve University School of Dental Medicine</a>. From Ohio, Saroyan attended seminars in Colorado where she met fianc&#233; <strong>Lucien Sgro</strong>, a 2005 <a href="http://www.ucdenver.edu/academics/colleges/dentalmedicine/Pages/DentalMedicine.aspx" title="University of Colorado School of Dental Medicine" target="_blank">University of Colorado School of Dental Medicine</a> graduate.
  <p class="paragraph">When <strong>Simms Vining</strong> retired after 35 years of dentistry early 2010, he gave his company to his daughter. <strong>Simone Vining</strong> decided to form a practice firm alongside her cousin, <strong>Aleida Saroyan</strong>. Along with Saroyan’s fianc&#233;, both Vining and Saroyan not only created the <em>Vining-Saroyan Dental Practice</em> for clients of all ages, but for those who are developmentally disabled in due respect to the latter having a sister born with  <a href="http://www.chargesyndrome.org/about-charge.asp" title="CHARGE Syndrome" target="_blank">CHARGE Syndrome</a>.</p>
 <p class="paragraph">Located next to <a href="https://childcare.unm.edu/" title="University of New Mexico Children’s Campus" target="_blank">University of New Mexico Children's Campus</a> on <u>3410 Camino de Salud Rd.</u> in Albuquerque, New Mexico, <em>Vining-Saroyan Dental Practice</em> offers complete dental care to patients with a wide range of services where a patients' dental health being the main priority.</p>
    <div id="maps">
        <a href="http://answersafrica.com/wp-content/uploads/2013/10/africa_map.png" class="map">
            <img src="http://www.yourchildlearns.com/images/africa-map.gif" width="200" alt=" map small 1"/>
        </a>
        <a href="http://www.freeworldmaps.net/russia/russia-map.gif" class="map">
            <img src="http://www.exportrussia.com/images/maps/small/map_sm_ru.gif" width="200" alt="map small 2"/>
        </a>
    </div>

#article-paragraph {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: .96em;
    text-align: justify;
    padding-right: 290px;
    z-index: 500;
}

p.paragraph {
    margin: 10px 0px;

}

em {
    font-style: oblique;
}

.link  {
    color: #0000ff;
}

.link  a {
    color: #0000ff;
}

.link a:hover {
    color: #fff200;
}

.link a:visited {
    color: #ff0000;
}

a.link {
    text-decoration: none;
    color: #0000FF;
}

a:hover {
    color: #fff200;
    text-decoration: none;
}

 a:visited {
    color: #FF0000;
    text-decoration: none;
}
西蒙娜·维宁于2008年从内布拉斯加州毕业,随即开始为父亲西蒙斯·维宁在新墨西哥州阿尔伯克基的牙科诊所工作,并命名为维宁诊所

Aleida Saroyan于2009年毕业于。来自俄亥俄州的Saroyan参加了在科罗拉多州举办的研讨会,在那里她遇到了未婚夫éLucien Sgro,2005年毕业。

西姆斯·维宁(Simms Vining)于2010年初在35年的牙医生涯后退休,他将公司交给了女儿西蒙妮·维宁决定与她的表妹阿莱达·萨罗扬一起成立一家律师事务所。和Saroyan的未婚夫一起;,Vining和Saroyan不仅为所有年龄段的客户创建了Vining-Saroyan牙科诊所,而且还为那些发育残疾的客户创建了Vining-Saroyan牙科诊所,因为后者有一个与生俱来的妹妹

Vining Saroyan牙科诊所位于新墨西哥州阿尔伯克基市卡米诺·德·萨卢德路3410号,为患者提供全面的牙科护理,服务范围广泛,患者的牙齿健康是主要优先事项

#第条第款{ 字体系列:“泰晤士报新罗马”,泰晤士报,衬线; 字体大小:正常; 字体大小:.96em; 文本对齐:对齐; 右边填充:290px; z指数:500; } p、 段落{ 利润率:10px 0px; } em{ 字体风格:斜体; } .链接{ 颜色:#0000ff; } .链接a{ 颜色:#0000ff; } .链接a:悬停{ 颜色:#fff200; } 链接a:已访问{ 颜色:#ff0000; } a、 链接{ 文字装饰:无; 颜色:#0000FF; } a:悬停{ 颜色:#fff200; 文字装饰:无; } a:参观了{ 颜色:#FF0000; 文字装饰:无; }
我还有一个。

请务必检查保存为的文件扩展名。 如果代码似乎在JSFIDLE中工作,那么它也必须在DreamWeaver中工作。 尝试删除target=“\u blank”并使其简单化,如下所示:

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

fiddle正在工作您所说的“所有链接都无法工作”是什么意思?你有手动光标吗?浏览器的控制台窗口中是否显示任何内容?其他浏览器呢?另外,请避免
target=“\u blank”