rock.lee 发表于 2012-5-23 13:50:37

css路径问题

请问我直接在welcome_message.php把我以前写的html文件内容copy过来,然后要怎么处理css和js已经图片的路径问题呢?

rock.lee 发表于 2012-5-23 14:43:24

搞定了
<base href="<?php echo base_url();?>"/>
<base src="<?php echo base_url();?>"/>

<link rel="stylesheet" type="text/css" href="css/css_ch.css" >

<script type="text/javascript" src="js/Calendar.js"></script>
之前在autoload里面加上$autoload['helper'] = array('url', 'file');

五月杨柳 发表于 2012-5-23 16:26:03

楼上的,赞一个!!

smallhe 发表于 2013-1-22 11:47:39

楼上楼上的,赞一个!!
页: [1]
查看完整版本: css路径问题