So inside the .tpl file, I have include this code
Code: Select all
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="gomokutklnhk.css">
</head>
<body>
<div id="gmk_game_area">
<div id="gmk_background">
<div id="gmk_goban">
</div>
</div>
</div>
</body>
</html>
Code: Select all
#gmk_game_area {
text-align: center;
position: relative;
}
#gmk_background {
width: 620px;
height: 620px;
position: relative;
display: inline-block;
}
#gmk_goban {
background-image: url('img/Goban.jpg');
width: 620px;
height: 620px;
position: absolute;
}