EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: will on April 22, 2011, 07:39:20 pm

Title: Can't Add Html?
Post by: will on April 22, 2011, 07:39:20 pm
Hello,

I click the HTML button and insert my HTML,

I inserted this code:

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

<BODY>

<applet name="yourclientname" width="765" height="503" archive="client.jar" code="client.class">
<param name="java_arguments" value="-Xmx1024m">
</applet>

</BODY>
</HTML>

And It just shows the title "X Factor" and no applet shows up.

Thanks,

Will