"TemplateTbs.htm"의 두 판 사이의 차이
Digerati
(새 문서: <pre> <!--Template for displying search results, Center for DH at AKS--> <html> <head> <title>Retrieved Data Set</title> <meta charset="UTF-8"/> <style> table { border:1px so...) |
(차이 없음)
|
2019년 11월 4일 (월) 14:14 기준 최신판
<!--Template for displying search results, Center for DH at AKS-->
<html>
<head>
<title>Retrieved Data Set</title>
<meta charset="UTF-8"/>
<style>
table {
border:1px solid #444444;
text-align:left;
width:100%;
color:#202020;
font-size:15px;
font-family:함초롬바탕;
}
table th {
background-color:Olive;
color:White;
}
table tr:nth-child(odd) td{
background:#ffffff;
}
table tr:nth-child(even) td{
background:#dfdfdf;
}
td {
padding: 5px 10px 5px 10px;
}
</style>
</head>
<body>
#YourData
</body>
</html>