SMF For Free Support Forum

General Stuff => Programming => Topic started by: Stitch on September 03, 2008, 07:12:14 pm

Title: Code Help
Post by: Stitch on September 03, 2008, 07:12:14 pm
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/EN"
"http://www.w3.org/TR/xhtml/1-transitional.dtd">
<html xmlns="http://www.w3org/1999/xhtml" >
<head>
<title>Disney Dream Forum Community Chat</title>
<style type="text/css">
A:link {color:black; text-decoration:none;}
A:visited {color: black; text-decoration:none;}
A:hover {color: black; text-decoration:none;}
A:active {color: black; text-decoration:none;}
div.VFKFCCapp{
position:absolute;
top:25%;
left:25%;
right:25%;
bottom:25%;
}
body.lightBlue{
background-color:#6699FF;
margin:0px 0px 0px 0px
}
</style>
</head>
<body class="lightBlue">
<div class="VFKFCCapp">
<applet codebase="http://gamesurge.net/Java/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=100% height=100%>
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab" />
<param name="nick" value="User00001" />
<param name="alternatenick" value="User?????" />
<param name="name" value="pJIRC User" />
<param name="host" value="irc.zeovault.net" />
<param name="useidentserver" value="true" />
<param name="command1" value="join #DisneyDreamChat" />
<param name="autoconnection" value="true" />
<param name="fingerreply" value="DisneyDreams Member" />
<param name="style:linespacing" value="2" />
<param name="style:backgroundimage" value="true" />
<param name="GUI" value="pixx" />
<param name="pixx:timestamp" value="true" />
<param name="pixx:styleselector" value="true" />
<param name="pixx:setfontonstyle" value="true" />
<param name="pixx:nickfield" value="true" />
</applet>
</div>
</body>
</html>

yea so code pretty i know i think its HTML if that be the case then great if not then i lose :( anyway this is a code for a chat applet now i know we can put HTML codes in the webpage editor and i got it to work in the meta tags (with a minor issue O_O) thing is the code above has codes for the background and stuff like that and i think its confusing it with the smf codes so it goes bonkers on me can anyone edit the above code and strip it down to just the PJIRC code?