|
Author |
Topic: html "includes" in pde files (Read 103 times) |
|
kevinP
|
html "includes" in pde files
« on: Feb 16th, 2004, 10:35pm » |
|
Hi, Another one of my "GreatIdeas" (interpret that as you will) ... Since Processing has to parse .pde files anyway, what about adding an html include tag that adds html to a predetermined table cell in the html output. For example, if I add something like this to the .pde file: //#html <B>This</B> line will be included in html.# Then the line would automatically be added directly below the applet on export to the web page. -K
|
Kevin Pfeiffer
|
|
|
fry
|
Re: html "includes" in pde files
« Reply #1 on: Jul 7th, 2004, 5:16pm » |
|
this probably won't happen for 1.0, but as an interim solution, you'll be able to edit the applet html on a per-project (or global) basis, so you can embed things like this more nicely.
|
|
|
|
|