Quote:
Originally Posted by AK Houston
whats the HTML markup for the marquee?
|
PHP Code:
$user['musername'] = '
<span id="spastic_username_container_'.$randstr.'">' . $user['username'] . '</span>
<script type="text/javascript">
set_as_spastic(document.getElementById(\'spastic_username_container_'.$randstr.'\'),\''.$user['username'].'\');
</script>';
That makes it so the SPAN element is "set as
spastic," which is my way for saying it's set for the JavaScript to execute. :>
Quote:
Originally Posted by AK Houston
and when i do the profile field, what type of text box do i use?
|
I'd use a Single-Selection Menu, but that's just my preference.