静态网页制作——在phpsrorm中怎么样搭建其它网页

1.首页页面
http://www.iheyu.com/owz/public/index.php/index/index
除了要创建index.php文件和index.html文件,还要在
C:\phpStudy\PHPTutorial\WWW\owz\application\index\view\Index\index.html
          <iframe width="1013px" height="478px" src="banner.html" scrolling="no" 
frameborder="0" allowtransparency="true" onload="this.height=this.contentWindow.document.documentElement.scrollHeight"></iframe> 	


在C:\phpStudy\PHPTutorial\WWW\owz\application\index\view\Banner\banner.html
要把<link href="css/css.css" rel="stylesheet" type="text/css" />
改成<link href="/owz/public/static/index/.css/css.css" rel="stylesheet" type="text/css" />
轮播图片就显示正常了!
把<script type="text/javascript" src="js/jquery.min.js"></script>
改<script type="text/javascript" src="/owz/public/static/index/js/jquery.min.js"></script>


http://www.iheyu.com/owz/public/index.php/index/index.html
页面出现乱码,页面底部图片下面文字会乱码:
C:\phpStudy\PHPTutorial\WWW\owz\application\index\view\Qh\qh.html
插入内容:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
修改为:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<title></title>
<style type="text/css">
页面底部图片下面文字就正常了!
http://www.iheyu.com/owz/public/index.php/index/index.html
2.企业中心页面
http://www.iheyu.com/owz/public/index.php/index/company.html
要创建company.php文件和company.html文件




3.产品中心页面
http://www.iheyu.com/owz/public/index.php/index/pro
要创建pro.php文件和pro.html文件
产品分类
http://www.iheyu.com/owz/public/index.php/index/pron
要创建pron.php文件和pron.html文件
头部图片插入:
C:\phpStudy\PHPTutorial\WWW\owz\application\index\view\Pro\pro.html
把<div class="nban" style="background-image:url(images/ban4.jpg);"> 
改<div class="nban" style="background-image:url(/owz/public/static/index/images/ban4.jpg);">
C:\phpStudy\PHPTutorial\WWW\owz\application\index\view\Pron\pron.html
同理



4.解决方案页面
http://www.iheyu.com/owz/public/index.php/index/sol
和解决方案页面里的点击方法
http://www.iheyu.com/owz/public/index.php/index/soln.html
修改同理



5.技术支持页面
http://www.iheyu.com/owz/public/index.php/index/sup.html
和技术支持页面里的点击方法
http://www.iheyu.com/owz/public/index.php/index/supn.html




6.新闻中心页面
http://www.iheyu.com/owz/public/index.php/index/news
和新闻中心页面里的点击方法
http://www.iheyu.com/owz/public/index.php/index/newsn.html



7.联系我们页面
http://www.iheyu.com/owz/public/index.php/index/contact.html
在联系我们页面中有地图需要创建一个map.html文件

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值