LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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>


Back to: Top of message | Previous page | Main SAS-L page