Quote:
I see you fixed that in your site, what did you do to fix it?
|
I changed the following
Code:
Line 524: echo '<div align="left"><div class="smallfont" id="shoutsDiv">';
Line 526: echo '</div></div>';
Line 596: echo "\n\n".'<div align="left"><div class="smallfont"><span id="timeNow">'.$date.'</span><form action="javascript:postShout()" name="chatboxForm"><input type="hidden" name="nofocus"><input type="hidden" name="isrefresh"><input type="hidden" name="repostshout"><input type="hidden" name="from"><input type="text" name="shout" size="'.$input_size.'" maxlength="255" class="smallfont"'.$disabled.' value="'.$message.'"> <input type="submit" name="submit" value="'.$text_send.'" class="button"'.$disabled.'>'.$refreshbutton.' '.$pagelinks.$smilieslink.'<br /></form></div></div>'."\n";