외부로그인 출력 문제
본문
태어나서 처음 html을 만져보는 사람입니다. 인터넷보구 어찌어찌 따라하는중인데
요기 홈페이지를 만들어보는중인데
왜 로그인창이 스킨이 적용된게 안나오고
안이쁘게 저렇게 출력되는지 모르겠습니다.
뭘 바꿔야할까요?
<html>
<head>
<meta charset="utf-8">
<title>연서 연아 연우 홈페이지</title>
</head>
<body leftmargin=0 topmargin=0>
<table align=center width=1024 border=1 cellspacing=0 cellpadding=0>
<tr>
<td colspan=8 height=138 background="" bgcolor=grey>헤더</td>
</tr>
<tr>
<td height=38 width=57 bgcolor=black></td>
<td width=130><img src="alt" border=0></td>
<td width=135><img src="alt" border=0></td>
<td width=163><img src="alt" border=0></td>
<td width=166><img src="alt" border=0></td>
<td width=156><img src="alt" border=0></td>
<td width=131><img src="alt" border=0></td>
<td width=86 bgcolor=black></td>
</tr>
<tr>
<td colspan=8>
<table width=1024 height=500 border=1 cellspacing=0 cellpadding=0>
<tr>
<td valign=top width=240>
<table width=240 border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=240 height=190>
<iframe src="http://121.160.10.68/koo9354/rogin.php" frameborder=0 width=240 height=190
scrolling=no></iframe></td>
</tr>
</table>
<td background="alt" width=784></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=8 height=73 background="alt"></td>
</tr>
</table>
</body>
</html>
-----------------------------------------
<?
$g4_path="./";
include_once("./common.php");
include_once("./head.sub.php");
include_once("./lib/outlogin.lib.php");
echo outlogin("basic");
?>
답변 2
그누보드 기본 css 를 불러와야 되는데 안보이네요
head.sub.php 가 불러와져야 합니다.
include_once("./common.php");
include_once("../_common.php");
아이프레임으로 불러오셧네요