Hello. I hope this script will help you but this is the wrong post section next time post it on "Help" ~
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="text.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="crir.js"></script>
<script type="text/javascript">
function toggleMenu(id){
element = document.getElementById(id);
element.className = (element.className.toLowerCase() == 'expanded'?'collapsed':'expanded');
}
</script>
<title>Habbo text generator</title>
</head>
<body onload="document.text_gen.word.focus();">
<div id="container">
<div class="result" id="">
</div>
<form method="post" id="text_gen" name="text_gen">
<table>
<tr id="top_line">
<td id="text_input" colspan="3"><input type="text" name="word" id="word" maxlength="50" /></td>
<td id="button"><input type="submit" id="generator" name="generator" value="" /></td>
<td id="help_button"><a href="#" onclick="toggleMenu('help'); return false;">?</a></td>
</tr>
<tr>
<td colspan="5">
<p id="help" class="collapsed">
Welcome to Habborators’ text generator. Less fonts, better results. In other words, we did <strong>not</strong> necessarily use fonts as provided in a lot of Habbo graphics as they were, took all liberty to modify them for better looks and a good flow in as much occasions we could test for, plus tried to extend them a little.
<br />
<br />
Enter your text, click any stamp to choose a font and click go. You may use A-Z, 0-9, spaces and most probably also ? ! ' , . - _ + = : ; | and *. Rightclick and save the image (background not included).
</p>
</td>
</tr>
<tr>
<td class="font_box">
<label for="cl">
<span id="stamp_classic_large"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="cl" value="classic_large" checked="checked" />
</td>
<td class="font_box">
<label for="bl">
<span id="stamp_bling"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="bl" value="bling" />
</td>
<td class="font_box">
<label for="cb">
<span id="stamp_club"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="cb" value="club" />
</td>
<td class="font_box">
<label for="br">
<span id="stamp_bathroom"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="br" value="bathroom" />
</td>
<td class="font_box">
<label for="tp">
<span id="stamp_teleport"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="tp" value="teleport" />
</td>
</tr>
<tr>
<td class="font_box">
<label for="bt">
<span id="stamp_beta"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="bt" value="beta" />
</td>
<td class="font_box">
<label for="ct">
<span id="stamp_classic_tiny"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="ct" value="classic_tiny" />
</td>
<td class="font_box">
<label for="nn">
<span id="stamp_neon"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="nn" value="neon" />
</td>
<td class="font_box">
<label for="cm">
<span id="stamp_classic_medium"> </span>
</label>
<input type="radio" name="style" class="crirHiddenJS" id="cm" value="classic_medium" />
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
~Raul~