Hi everyone,

I am creating a custom page in Manakin and am having difficulty figuring out
where I should place image files for <img> tags.

Right now my FrontPage.java looks like:
...
    public void addBody(Body body) throws SAXException, WingException,
            UIException, SQLException, IOException, AuthorizeException
    {
...
        Division who = front.addDivision("who");
        who.setHead("Who is using DML?");
        Para whoPara = who.addPara();
        whoPara.addContent("Picture here");
        whoPara.addFigure("VisMenu.jpg", null, null);
...

I am unsure where I should place the VisMenu.jpg and then what I should use
for a path to get to it?

The final xhtml page is correctly including <img src="VisMenu.jpg" alt="" />

Sincerely,

Jason Gum
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to