For the IMG one.
<img src=/pages/muotreport/<div id=picture2></div> width=320 height=240>
For the Radio Buttons.
Sex: <input type=radio name=sex value=MALE onkeyup="document.getElementById('sex2').innerHTML=this.value;">Male <input type=radio name=sex value=FEMALE onkeyup="document.getElementById('sex2').innerHTML=this.value;">Female
Not sure what you're trying to do with the radio buttons but I'd suggest not using KeyUp and use OnClick or OnChange for a start I'm guessing you're JS knowledge is not much?
The next time when you post something, make sure you explain the problem to your best. use examples of what you want a script to do, inputs and outputs.
<table border=1 align=center width=50>
<tr><th colspan=2><div align=left style=display:inline;>Muot Week # 2</div>--<div align=right style=display:inline;> 1.22.04 </div></th></tr>
<tr><th colspan=2><img src=/pages/muotreport/chatter.bmp></tr></td>
<tr><td width=50 valign=top><div align=center>Bio:</div><br>
<div align=left>Name:</div> <font color=red>umm chad somethign i think</font></div><br>
<div align=left>Nickname:</div> <font color=red>chatterbox</font></div><br>
<div align=left>Age:</div> <font color=red>20</font></div><br>
<div align=left>Loc:</div> <font color=red>Oneonta, N.Y.</font></div><br>
<div align=left>Sex:</div> <font color=red>MALE</font></div><br>
<div align=left>Weight:</div> <font color=red>160</font></div><br>
<div align=left>Height:</div> <font color=red>5' 4"</font></div></td>
<td valign=top width=50><div align=left>Muot Status:</div> <font color=red>kids a serious muot</font></div><br><div align=left>About this Muot:</div> <font color=red>This muotomeyer was found in upstate ny in a college town of oneonta. This idiot is in a frat and acts tough but was obviously the loser in his highscool. Known for talking to girls about him having sex with other girls...real muot. And also three strikes against this muot for looking like brandon.</font></td></tr>
</table><br><center>
this table resizes in width, to the width of the picture, so it fits perfect, is there a way to get it just be a controlled width?