Date: Sat, 31 May 2008 09:29:42 -0700
Reply-To: RolandRB <rolandberry@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RolandRB <rolandberry@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Picture in ODS HTML
Content-Type: text/plain; charset=ISO-8859-1
On May 31, 12:50 pm, ash007 <RamsamyAsh...@gmail.com> wrote:
> Hello everybody,
>
> I want to create a HTML output with a table and a picture but I don't
> know how to insert the picture in the page.
>
> thank for your help.
>
> ash.
Edit the html directly like this in the "body" section of the
document.
<center><img SRC="lac_leman.jpg" height=100% width=100%></center>
|