On Aug 27, 2009, at 9:56 PM, Ling Kah Jai wrote:

>
> I have found out a method of adding jpg or png graphics by:
> 1) First deposit a jpg or png file to a website server, example here
> is "www.irnova.com.my/Sage/Proving%20Ring.PNG"
> 2) Then incorporate this jpg or png file by using html:
>      a) press [edit] button to go into html edit mode
>      b) use html command to embed the graphic:
>
> <div class="floatright"><a class="image" title="Proving_Ring.png"
> href="http://www.irnova.com.my/Sage/Proving%20Ring.PNG";><img
> src="http://www.irnova.com.my/Sage/Proving%20Ring.PNG"; alt=""
> width="437" height="445" /></a></div>

Oh, you want to put them into a notebook worksheet. You can also do  
this by adding it to the data (there's an "upload data" option) and  
then doing

print "<img src='%s/ImageName.png'>" % DATA

- Robert

> On Aug 28, 10:41 am, Minh Nguyen <nguyenmi...@gmail.com> wrote:
>> Hi,
>>
>> On Fri, Aug 28, 2009 at 12:10 PM, Ling Kah Jai<lin...@gmail.com>  
>> wrote:
>>
>>> Are there any ways that allow users to add ready made grahics?
>>
>> Can you be more specific? Some examples would be nice to clarify what
>> you want to do.
>>
>> --
>> Regards
>> Minh Van Nguyen
> >


--~--~---------~--~----~------------~-------~--~----~
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