The short answer is yes.
Prepare your images for linking by resizing, resampling and optimizing for
the web using a third party image editing application. If you embed the
images, Publisher effectively does this for you.
Create a "images" folder where you will upload all your optimized images.
Use the insert HTML code fragment feature to insert a fragment box beside
the existing image on your Publisher page. Use the "snap to" feature to size
the code fragment box before removing the embedded image.
Although there are a number of ways to do this, try the following code
snippet.
<IMG SRC="http://www.yoursite.com/images/yourpicname.gif" ALT="What ever you
want as an alt tag">
The ALT tag is optional, but I like to include them myself.
You are likely to have to play around with the size and placement of the
code fragment box, and spend some time optimizing your images, but when you
are done, you will get what you are looking for...and chances are a better
image.
DavidF
> Hi David,
> I thnik it may be worthwhile changing the file so that the images are no
[quoted text clipped - 35 lines]
>> > the
>> > file. Is this the wrong way to do it ?
DavidF - 20 Jun 2006 14:23 GMT
A quick follow up...
If you are happy with the size and quality of your images as they are
currently generated by Publisher when you embed them, just Save As a Web
Page to your hard drive, and browse to each image within your HTML files and
rename each image that is generated to a more appropriate name, save these
renamed files into a different folder on your hard drive, and upload and
import those images. Example: img1.gif to waterfall.gif or img1.jpg to
differentpicturename.jpg, etc. This would save you the time of resampling
and optimizing the images in a third party program. You are just recyling
the images produced by Publisher.
DavidF
> The short answer is yes.
>
[quoted text clipped - 63 lines]
>>> > the
>>> > file. Is this the wrong way to do it ?