Dreamweaver8中属性栏没有CSS和html,要用到这两个功能怎么调出来? 10
展开全部
让一个html文档调用两个css文件,我们可以在<head></head>那,通过link这个标签来引用,href来链接你外部css的文件就可以,这里有段代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>index</title>
<link rel='stylesheet' type='text/css' href='./css/index1.css'>
<link rel='stylesheet' type='text/css' href='./css/shop.css'>
通过这个来设置就可以了,就可以引用外部的文件了。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>index</title>
<link rel='stylesheet' type='text/css' href='./css/index1.css'>
<link rel='stylesheet' type='text/css' href='./css/shop.css'>
通过这个来设置就可以了,就可以引用外部的文件了。
追问
我的意思是,我要调出这两个按钮
CS5有,CS6没有
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |