1 頁 (共 1 頁)

dynamic styles 動態Styles

發表於 : 2006-04-15 18:28:20
yehlu
http://docs.codecharge.com/studio3/html ... s.html?toc
1.在 Project 加入欲使用的多種styles

2.在 Page 的 HTML 檔裡使用
<link href="Themes/{CCS_Style}/Style.css" type="text/css" rel="stylesheet">
<img src="Styles/{CCS_Style}/Images/Spacer.gif">

3.可使用 QUERY 傳遞要使用的 Style 如
http://localhost/NewProject1/NewPage1.php?style=School
http://localhost/NewProject1/NewPage1.php?style=Modern
http://localhost/NewProject1/NewPage1.php?style=Simple
http://localhost/NewProject1/NewPage1.p ... Innovation

發表於 : 2006-04-20 10:10:33
schumi
已做好的頁面欲加入動態樣板

開啟專案底下html 檔案

尋找 Simple 文字 取代為 {CCS_Style}