On Thu, Apr 9, 2009 at 9:11 PM, Rob Beezer <goo...@beezer.cotse.net> wrote:
>
> Once in a worksheet, there is a blue "Edit" button near the top, on
> the right.  Click this and you can type in raw HTML between cells
> (which are delimted by triple braces).
>
> The TinyMCE approach works and builds something like:
> <p><img src="http://nowhere.com/foto.png"; alt="" /></p>
> which you could just type in as raw HTML if you wished.
>
> On Apr 9, 7:08 pm, mark mcclure <mcmcc...@unca.edu> wrote:
>> You must specify the image by
>> URL but you should be able to use an image stored with
>> your sage worksheets easily enough.
>
> For an image stored locally, I've tried various combinations of using
> TinyMCE and raw HTML with "file://" and "localhost:8000//"  type URLs,
> to various locations (near worksheets, or elsewhere), but with no
> luck.
>

If you do Data --> Upload File, then upload the file foo.png,
you can use <img src="foo.png">

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to