PuntoPower
Fri 23rd Apr '04, 2:50pm
hi, i installed this hack (http://www.vbulletin.org/forum/showthread.php?t=62164) and it worked all ok.
wat im trying to achieve is have a phpMyChat section in it inbetween the header and the footer.
how do i go about this? is there code that can call the file for the chat
www.mywebsite.com/chat/chat/index.php3
that places it in the center. im only have basic html. can i create a table and have the page inside that?
what code do i insert below to get what im looking for.
plz help
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Title</td>
</tr>
<tr>
<td class="alt1">Text</td>
</tr>
</table>
$footer
</body>
</html>
wat im trying to achieve is have a phpMyChat section in it inbetween the header and the footer.
how do i go about this? is there code that can call the file for the chat
www.mywebsite.com/chat/chat/index.php3
that places it in the center. im only have basic html. can i create a table and have the page inside that?
what code do i insert below to get what im looking for.
plz help
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Title</td>
</tr>
<tr>
<td class="alt1">Text</td>
</tr>
</table>
$footer
</body>
</html>