<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<style>
v\:* { behavior: url(#default#VML); }
</style>
</head>
<h3> RoundRect : 둥근사각형 </h3>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.1" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.2" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.3" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:60pt;height:25pt"
arcsize="0.3" fillcolor="blue"
strokecolor="green" strokeweight="2pt"/>
</html>
<head>
<style>
v\:* { behavior: url(#default#VML); }
</style>
</head>
<h3> RoundRect : 둥근사각형 </h3>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.1" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.2" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:100pt;height:75pt"
arcsize="0.3" fillcolor="yellow"
strokecolor="red" strokeweight="2pt"/>
<v:roundrect style="width:60pt;height:25pt"
arcsize="0.3" fillcolor="blue"
strokecolor="green" strokeweight="2pt"/>
</html>
[VML사용시 유의점!!!]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
위는 Visual Studio 2008에서 생성시 정의 됨.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
VML을 사용하기 위해서는 위와 같이 정의 하던지 정의를 없애야 한다!!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
위는 Visual Studio 2008에서 생성시 정의 됨.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
VML을 사용하기 위해서는 위와 같이 정의 하던지 정의를 없애야 한다!!!!
TAG VML



