Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 38207 invoked from network); 9 Oct 2008 15:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 15:20:18 -0000 Received: (qmail 97416 invoked by uid 500); 9 Oct 2008 15:20:17 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 97402 invoked by uid 500); 9 Oct 2008 15:20:17 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 97391 invoked by uid 99); 9 Oct 2008 15:20:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 08:20:17 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.104.202.5] (HELO rbkmail.log-net.com) (63.104.202.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 15:19:07 +0000 In-Reply-To: To: jspwiki-user@incubator.apache.org Cc: jspwiki-user@incubator.apache.org Subject: Re: inline images MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: From: Louis.Masters@log-net.com Date: Thu, 9 Oct 2008 11:19:37 -0400 X-MIMETrack: Serialize by Router on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 10/09/2008 11:20:03 AM, Serialize complete at 10/09/2008 11:20:03 AM Content-Type: multipart/alternative; boundary="=_alternative 005431C2852574DD_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 005431C2852574DD_= Content-Type: text/plain; charset="US-ASCII" Duh on my part - I see what you are saying now. It looks like the image plugin wraps the image in a table:
I checked the source and it looks like you can enter a style for the plugin. Try something like: [{Image src='untitled.gif' width='128' style='float: left;'}] My css is a little rusty so I'm not sure about the correct styling. -Lou "Bob Paige" wrote on 10/09/2008 10:59:57 AM: > Lou, > > Thanks for the tip. My problem is not alignment. I want the image to inline > with the line of text, not on a line by itself. > > For example: "To activate this feature, click on the [buttonimage.png] > button" > > -- > Bobman > > On Thu, Oct 9, 2008 at 10:56 AM, wrote: > > > Bob: > > > > I just used this last night to display several screen shots. Here is a > > snip of my code: > > > > BLAH BLAH BLAH. See the following image: > > [{Image src = 'orderdetailsverhistory.gif' width = '600' align = > > 'center'}] > > BLAH > > > > This puts an image in the center of my page. Make sure you have attached > > it to the page you are referencing it in. > > > > -Lou > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > LOG-NET, Inc. > > The Logistics Network Management System > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > 230 Half Mile Road > > Third Floor > > Red Bank, NJ 07701 > > PH: 732-758-6800 > > FAX: 732-747-7497 > > http://www.LOG-NET.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > CONFIDENTIAL & PRIVILEGED > > Unless otherwise indicated or if obvious from the nature of the content, > > the information contained herein is privileged and confidential > > information/work product. The communication is intended for the use of the > > individual or entity named above. If the reader of this transmission is > > not the intended recipient, you are hereby notified that any > > dissemination, distribution or copying of this communication is strictly > > prohibited. If you have received this communication in error, please > > notify the sender immediately by telephone (732-758-6800) or by electronic > > mail (postmaster@LOG-NET.com), and destroy any copies, electronic, paper > > or otherwise, which you may have of this communication. Thank you. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > > > "Bob Paige" > > 10/09/2008 10:54 AM > > Please respond to > > jspwiki-user@incubator.apache.org > > > > > > To > > jspwiki-user@incubator.apache.org > > cc > > > > Subject > > inline images > > > > > > > > > > > > > > I'm probably missing something obvious, but I'm having trouble inlining > > some > > images in my wiki. I'm running JSPWiki 2.6.3 on Tomcat. > > > > What I want is a small image (in this case, the picture of a button) > > inlined > > with the text. I'm using the Image plugin. What I get is the image on a > > line > > by itself, so I know they are uploaded and I'm referencing them correctly. > > > > Looking at the Download page on JSPWiki.org ( > > http://www.jspwiki.org/wiki/JSPWikiDownload) I see an inlined image (the > > 'update' image towards the bottom). That uses the notation [imagename.png] > > to display it inline. I tried that and got a link to my image file. > > > > What am I missing here? > > > > -- > > Bobman > > > > --=_alternative 005431C2852574DD_=--