modify a template


hi, have dw cs3.  in file menu know can convert file how can modify html5 template?      

not sure understand question.  can edit html document in code view. 

 

if choose use html5 doc types, you'll need add supporting script older browsers. 

 

<!--[if lt ie 9]>

<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->

 

also html5 syntax & tags little different html4 , xhtml1.

http://www.w3schools.com/html5/default.asp

 

 

nancy o.



More discussions in Dreamweaver support forum


adobe

Comments