ich mache mir grad ein eigenes portal und möchte es bis november fertig machen, bis jetzt habe ich alles in html gemacht, mein forum befindet sich unter den ordner "/forum" wird ganz normal mit die index.php geöffnet... ich möchte in den verzeichnis eine "index.html" erstellen wo der design meine seite immer gleich bleibt und in die untere tabelle der phpbb3 integriere... so wie die offizielle seite von phpbb.com in die art... sie haben den forum in die seite integriert..
meine frage, wie mache ich das? wie und wo muss ich was ändern?
hier meine index.html die ich in mein ordner "/forum" einfügen will:
Code: Alles auswählen
<style>
body {background-image: url(../images/underground.png);}
body,td,th {color: #FFFFFF;}
.style1 {font-size: 10px;font-family: Geneva, Arial, Helvetica, sans-serif;font-weight: bold;}
a:link {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #FF9900;text-decoration: none;}
a:active {color: #FFFFFF;text-decoration: none;}
body {scrollbar-base-color: #222222;scrollbar-face-color: #222222;scrollbar-shadow-color: #000000;scrollbar-arrow-color: #FFFFFF;scrollbar-highlight-color: #000000;scrollbar-dark-shadow-color: #000000;scrollbar-3d-light-color: #FFFFFF;scrollbar-track-color: #222222;background-image: url(../images/underground.png);}
.Stil7 {font-size: 11px}
.Stil8 {
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: larger;
}
</style>
<title>Forum</title><div align="center">
<table width="50%" cellspacing="1" bgcolor="#333333">
<tr>
<td bgcolor="#000000"><div align="center"><img src="../images/logo.jpg" width="686" height="141" border="0" /></div></td></tr><tr>
<td height="18" valign="middle" background="../images/img2.gif" bgcolor="#000000"><div align="center" class="Stil7"><span class="Stil8"><a href="../index.html">Portale</a> | <img src="../images/icon.gif" width="8" height="8" /> <a href="index.html">Forum</a> | <img src="../images/icon.gif" width="8" height="8" /> <a href="../link.html">Link</a></span></div></td>
</tr><tr><td background="../images/underground2.png" bgcolor="#000000"><div align="center"><p> </p>
!? FORUM !?
<p> </p>
</div></td></tr>
<tr><td bgcolor="#000000"><table width="100%"><tr>
<td width="51%"><span class="style1"></span></td>
<td width="49%"><div align="right" class="style1"> Contatto</div></td></tr></table></td></tr></table>
<p> </p>
<p> </p>
<p class="style1">Powered by Marco © PRINCE 4EVER 2007</p>
<p class="style1">Tutti i diritti sono riservati</p>
</div>