|
Author |
Topic: small error in exported HTML-file (Read 537 times) |
|
mKoser
|
small error in exported HTML-file
« on: Nov 8th, 2003, 3:17pm » |
|
when exporting a sketch, i found a small (unimportant) error in the HTML-file that is created. Code: <html> <head> <title>html_export : Built with Processing</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <BODY BGCOLOR="#666666" text="#FFFFFF" link="#CCCC00" vlink="#CCCC00" alink="#999900"> <center> <table width="400" border="0" cellspacing="0" cellpadding="10"> <tr> <td> </td> </tr> <tr> <td><applet code="html_export" archive="html_export.jar" width=100 height=100> </applet></td> </tr> <tr> <td> </td> </tr> <tr> <td><a href="html_export.pde"><font face="Arial, Helvetica, sans-serif" size="2">Source code</font></a></td> </tr> <tr> <td><font size="2" face="Arial, Helvetica, sans-serif">Built with <a href="http://Proce55ing.net">Processing</a></font></td> </tr> </table> </center> </body> </html> |
| ..the <head> tag is never closed. - - - - i know, i know ... VERY small and unimportant, nevertheless it is there + mikkel
|
mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
|
|
|
mohn
|
Re: small error in exported HTML-file
« Reply #1 on: Nov 8th, 2003, 6:52pm » |
|
impressive. you actually read the exported HTML code.
|
|
|
|
fry
|
Re: small error in exported HTML-file
« Reply #2 on: Nov 8th, 2003, 10:56pm » |
|
on Nov 8th, 2003, 6:52pm, mohn wrote:impressive. you actually read the exported HTML code. |
| exactly why i'm happy to have mkoser (along with benelek) as one of our Weapons of Prerelease Destruction. few are better at breaking and scrutinizing p5.
|
|
|
|
|