javahelpme
07-30-2002, 02:55 AM
I have this code for a java chat room and here is a part of it :
(sample in px)
<applet code="something.class" codebase="http://something.something.com" archive="something.zip"
width=500 height=315>
</applet>
Ok my question is..when I try to make the width in %, it will not show it.. this is how it looks... width=100% height 315...and it will not show it...how can I make my width in % and still see the applet?
Please help..
(sample in px)
<applet code="something.class" codebase="http://something.something.com" archive="something.zip"
width=500 height=315>
</applet>
Ok my question is..when I try to make the width in %, it will not show it.. this is how it looks... width=100% height 315...and it will not show it...how can I make my width in % and still see the applet?
Please help..