create a html list, but with a char where the image shall be

Trevor DeVore lists at mangomultimedia.com
Thu Jul 26 15:11:25 EDT 2007


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) & ">	" & "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>...


-- 
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com
trevor at bluemangolearning.com





More information about the use-livecode mailing list