G
GeoffreyChaucer
A general tip for users of Publisher 2000 and 2002:
(this may also be valid for Pub 2003 and 2007, but I’m not sure)
Avoid inserting any photo or graphic directly on your Publisher construction
pages.
First step, create a website container-folder on your local disk and inside
it create an image sub-folder for each page, plus one common folder for such
images common to all pages, such as logos, rollovers for menus etc.
For example you could name the folders: common, homepics, page2pics,
page3pics, etc.
Second step, prepare all your photos and graphics by resizing them to the
required display size, using a graphic/photo editor. This will minimize
download time when the original image is very large. Then save all your
photos and graphics in the appropriate folder.
The third step paradoxically requires you to insert the pictures on the
construction pages and dragging each one in the desired position. Then click
on tools and activate the “Snap to Object†tool.
Next, using the HTML fragment tool, draw a fragment box around each picture
and insert the following code:
<img src=â€foldername/imagename.type of picture(jpg, or gif, or png, or bmp)â€>
If the image is a link use the following code instead:
<a href=â€fullpathURLâ€><img src=â€foldername/imagename.typeofpictureâ€
border=0></a>
After each html fragment is coded, click on the send to back icon on the
top tool-bar. Finally, click on the actual picture, which should now be on
top, and delete it, leaving only the html fragment box.
When all the textual content has been inserted on your pages, click “Fileâ€,
then “Save As Web Page†into the website container-folder, then open the
container-folder and upload via ftp the entire content of this folder to your
server.
(this may also be valid for Pub 2003 and 2007, but I’m not sure)
Avoid inserting any photo or graphic directly on your Publisher construction
pages.
First step, create a website container-folder on your local disk and inside
it create an image sub-folder for each page, plus one common folder for such
images common to all pages, such as logos, rollovers for menus etc.
For example you could name the folders: common, homepics, page2pics,
page3pics, etc.
Second step, prepare all your photos and graphics by resizing them to the
required display size, using a graphic/photo editor. This will minimize
download time when the original image is very large. Then save all your
photos and graphics in the appropriate folder.
The third step paradoxically requires you to insert the pictures on the
construction pages and dragging each one in the desired position. Then click
on tools and activate the “Snap to Object†tool.
Next, using the HTML fragment tool, draw a fragment box around each picture
and insert the following code:
<img src=â€foldername/imagename.type of picture(jpg, or gif, or png, or bmp)â€>
If the image is a link use the following code instead:
<a href=â€fullpathURLâ€><img src=â€foldername/imagename.typeofpictureâ€
border=0></a>
After each html fragment is coded, click on the send to back icon on the
top tool-bar. Finally, click on the actual picture, which should now be on
top, and delete it, leaving only the html fragment box.
When all the textual content has been inserted on your pages, click “Fileâ€,
then “Save As Web Page†into the website container-folder, then open the
container-folder and upload via ftp the entire content of this folder to your
server.