[thelist] What does HTH mean in sign offs

Scott Dexter sgd at ti3.com
Mon Oct 9 17:20:53 CDT 2000


 
> It seems to be related to the code near the bottom of the 
> page that says: 
> 
>             <param NAME="jitter" VALUE="2"/>
>                 <param NAME="color" VALUE="255 0 0"/>
> 
> You most likely don't want those forward slashes in there.
> 
> HTH :^)
> 

the only thing wrong with those slashes is that there isn't a space before
them:

             <param NAME="jitter" VALUE="2" />
                 <param NAME="color" VALUE="255 0 0" />

there. That should work. Say hello to XHTML, Matt =)

(If I did this wrong point it out, so I don't spread the wrong word)
sgd
--
think safely




More information about the thelist mailing list