Hi Trevor,

On Jul 26, 2007, at 2:46 PM, Klaus Major wrote:

This is OK for a couple of lines, but If I want to peed up things for a LOT of lines, I can't think of any way to generate HTML text WITH the numbers as the fist char of every line, know what I mean?

 "<p><img src=" & q(1125) & ">&#9;" & "sometext</p>"
etc...

Will generate 1000s of lines in millisecs, but where can I put my necessary numbers this way? Maybe this is just a flaw in the HTML text/imagesource implementation of Rev?
Could you wrap the <img src> with an <a href> tag?
<p><a href=1><img src=1125></a>...

Ah, good idea, will try that, thanks a lot!

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com
[EMAIL PROTECTED]

Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to