Create A Forum - Support Forums

Support => General Support => Topic started by: mario4147 on January 24, 2013, 01:44:26 am

Title: HTML
Post by: mario4147 on January 24, 2013, 01:44:26 am
Is there a way to create a new tab on your forums called "example" and make it load a html file?

The type of html code I wanna put in is this

Code: [Select]
<HTML>
<HEAD>
<TITLE>OhioScape 668</TITLE>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD>

<META content="MSHTML 6.00.2900.3157" name="GENERATOR"></HEAD><BODY text="white" vlink="#90c040" alink="#90c040" link="#90c040" bgcolor="black">
<BODY>
<CENTER>
<applet name="OhioScape 668" width="765" height="503" archive="https://dl.dropbox.com/u/43196137/OhioScape.jar" code="client">
<param name="java_arguments" value="-Xmx512m">
</applet>
</CENTER>

</BODY>
</HTML>
Title: Re: HTML
Post by: aIURbliS on January 24, 2013, 05:39:40 am
Create a new webpage by going to the Page Manager and since the new webpage isn't created from scratch, you'll need to cut down your code and only add this:
Code: [Select]
<CENTER>
<applet name="OhioScape 668" width="765" height="503" archive="https://dl.dropbox.com/u/43196137/OhioScape.jar" code="client">
<param name="java_arguments" value="-Xmx512m">
</applet>
</CENTER>
Then you go to your Style Manager and create a new tab for your new webpage.