본문 바로가기

Web/HTML

jq05.html

jq05.html

<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR" />
<title>WYSIWYG(What You See Is What You Get) HTML Editor</title>
<link type="text/css" href="css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.21.custom.min.js"></script>
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<textarea rows="10" cols="10" class="ckeditor" name="editor"></textarea>
</body>
</html> 

 

 

'Web > HTML' 카테고리의 다른 글

Jqgrid 날짜 한글로 설정  (0) 2012.07.24
ckeditor 설치 및 기본 설정  (0) 2012.07.24
jq04.html  (0) 2012.07.24
jq03.html  (0) 2012.07.24
Eclipse 문구 자동으로 넣어주기  (0) 2012.07.24