myeclipse用css的方法:先點選「file-new-other」;然後找到web project點選next;接著在彈出框中輸入「project name」直接點選finish;最後在新建的jsp頁面中的head中間加入代碼即可。
本教學操作環境:Windows7系統、Dell G3電腦、CSS3版。
myeclipse怎麼用css?
在Myeclipse的jsp頁面裡正常把css3導入進來就可以,Myeclipse只是個開發工具,在Myeclipse裡新建jsp頁面步驟:
#1、點擊file - new - other
2、找到web project 點選next
3、在彈出框中輸入project name 直接點選finish
4、在新建的jsp頁面中的head中間加入程式碼
(相關課程推薦:css影片教學)
<link href="css/main.css" rel="stylesheet" type="text/css" />
或可以這樣寫
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/css/main.css">
也就是說,ed2bb9090e5b87dacc40ff078275cf33/ 永遠代表目錄的根,其他的就寫一層層的資料夾名就好了
以上是myeclipse怎麼用css的詳細內容。更多資訊請關注PHP中文網其他相關文章!