Return to the Web Authoring Forum | Post a Follow-Up

 o
HTML code for personal painting...

Posted by ceebee (My Page) on
Thu, Dec 5, 02 at 19:30

I paint pictures and want to use the LAKE applet in some of them...my question is..how do I make the HTML code for the painting? I am not savy on HTML, so it is all new to me. I do have the tutorial for the applet, but need to get painting ready with the code made.
Thank you for any help you may share.

ceebee


Follow-Up Postings:

 o
RE: HTML code for personal painting...

? I am confused so I may not answer the question you are asking.

An applet is java code, not html. If you wish to include it in a webpage using html then
>applet code="appletname" width=999 height=999<>/applet<

put the height and width in pixels
the applet name is the name of the class file, so it would be appletname.class. Applet code knows to look for .class files

Put the .class file in the same directory with the html file.

Reverse the braces, I put them in each reversed so you can see the code.


 o
RE: HTML code for personal painting...

Thanks prettyphysicslady...that showed me I had no idea what I was asking.
It was nice of you to try to explain to me..I do have Jave web, however.

ceebee


 o Post a Follow-Up

Please Note: Only registered members are able to post messages to this forum.

    If you are a member, please log in.

    If you aren't yet a member, join now!


Return to the Web Authoring Forum

Instructions

  • You must be a registered member and logged in to post messages on our forums.
  • Posting is a two-step process. Once you have composed your message, you will be taken to the preview page. You will then have a chance to review the contents and make changes.
  • After posting your message, you may need to refresh the forum page in order to see it.
  • It is illegal to post copyrighted material without the owner's consent.
  • HTML codes are allowed in the message field only.
  • No advertising is allowed in any of the forums.
  • If you would like to practice posting or uploading photos, please visit our Test forum.
  • If you need assistance, please Contact Us and we will be happy to help.



 
Click here to learn more about in-text links on this page.