I would like to know if it's possible to have vBulletin appear within an already formatted HTML page.
All my website content is displayed in a large table with a graphic frame around it. A working version can be found here.
I would like vBulletin content to appear where the red "vBulletin content here" note is in the HTML code below:
<HTML>
<HEAD>
<TITLE>GolemLabs Homepage</TITLE>
<LINK rel="stylesheet" href="styles.css" type="text/css">
</HEAD>
<BODY>
<TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR height="17">
<TD><A href="http://www.golemlabs.com"><IMG src="images/url.gif" width="175" height="17" border="0" align="right"></A></TD>
</TR>
<TR height="22">
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="150"><IMG src="images/labeldownloads.gif" width="150" height="22" border=0></TD>
<TD background="images/framebordertop.gif"> </TD>
<TD width="8"><IMG src="images/framecornertr.gif" width="8" height="22" border=0></TD></TR>
</TABLE></TD>
</TR>
<TR>
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="7" background="images/frameborderleft.gif"> </TD>
<TD valign=top>
<TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR valign=top><TD>
<!-- BEGIN OF FRAME CONTENT --------------------------------------------------------------------->
vBulletin content here
<!-- END OF FRAME CONTENT ----------------------------------------------------------------------->
</TD></TR>
<TR height=10><TD>
<P class="copyright1">
Permission is granted to quote, copy, or otherwise reproduce the materials on GolemLabs's website,
provided that the material is not modified and that the following copyright notice is retained on each and every copy :
<P class="copyright2">
Copyright © 2001-2002 GolemLabs Laboratories Inc. - All rights reserved.
</TD></TR>
</TABLE>
</TD>
<TD width="7" background="images/frameborderright.gif"> </TD></TR>
</TABLE></TD>
</TR>
<TR height="12">
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="7" valign="bottom"><IMG src="images/framecornerbl.gif" width="8" height="22" border=0></TD>
<TD background="images/frameborderbot.gif"> </TD>
<TD width="8" valign="bottom"><IMG src="images/framecornerbr.gif" width="7" height="22" border=0></TD></TR>
</TABLE></TD>
</TR>
</TABLE>
</BODY>
</HTML>
The layout and HTML code is standard for the whole section so it could be included as-is in vBulletin code.
Without getting into technical instructions, could you tell me if this is something that can be done and if yes, where would be the best place to find instructions on how to do it.
Thanks.
All my website content is displayed in a large table with a graphic frame around it. A working version can be found here.
I would like vBulletin content to appear where the red "vBulletin content here" note is in the HTML code below:
<HTML>
<HEAD>
<TITLE>GolemLabs Homepage</TITLE>
<LINK rel="stylesheet" href="styles.css" type="text/css">
</HEAD>
<BODY>
<TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR height="17">
<TD><A href="http://www.golemlabs.com"><IMG src="images/url.gif" width="175" height="17" border="0" align="right"></A></TD>
</TR>
<TR height="22">
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="150"><IMG src="images/labeldownloads.gif" width="150" height="22" border=0></TD>
<TD background="images/framebordertop.gif"> </TD>
<TD width="8"><IMG src="images/framecornertr.gif" width="8" height="22" border=0></TD></TR>
</TABLE></TD>
</TR>
<TR>
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="7" background="images/frameborderleft.gif"> </TD>
<TD valign=top>
<TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR valign=top><TD>
<!-- BEGIN OF FRAME CONTENT --------------------------------------------------------------------->
vBulletin content here
<!-- END OF FRAME CONTENT ----------------------------------------------------------------------->
</TD></TR>
<TR height=10><TD>
<P class="copyright1">
Permission is granted to quote, copy, or otherwise reproduce the materials on GolemLabs's website,
provided that the material is not modified and that the following copyright notice is retained on each and every copy :
<P class="copyright2">
Copyright © 2001-2002 GolemLabs Laboratories Inc. - All rights reserved.
</TD></TR>
</TABLE>
</TD>
<TD width="7" background="images/frameborderright.gif"> </TD></TR>
</TABLE></TD>
</TR>
<TR height="12">
<TD><TABLE border="0" align="left" cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR><TD width="7" valign="bottom"><IMG src="images/framecornerbl.gif" width="8" height="22" border=0></TD>
<TD background="images/frameborderbot.gif"> </TD>
<TD width="8" valign="bottom"><IMG src="images/framecornerbr.gif" width="7" height="22" border=0></TD></TR>
</TABLE></TD>
</TR>
</TABLE>
</BODY>
</HTML>
The layout and HTML code is standard for the whole section so it could be included as-is in vBulletin code.
Without getting into technical instructions, could you tell me if this is something that can be done and if yes, where would be the best place to find instructions on how to do it.
Thanks.
Comment