The "same graphic" change size in different pages

J

Jorgen

I have created a Intranet project in FP2002.
The individual pages are based on a common CSS.
I am using VISIO 2003 to create different graphic objects, which I save as
..GIF
I have made 5 graphics consisting of a number of boxes which are identical
with the exception of texts in the boxes. They are all copies from the
“mother†and modified with the different text and saved under a new name. The
size is 18.5 x 9 cm. When I print from Visio they all have the same size.

The graphic is placed on the pages by the following code (I have omitted the
image map code):
<div align=â€centerâ€>
<img border="0" src="../../images/saniscan/saniscan.gif" width="702"
height="343" usemap="#FPMap0">
</div>

When I open the 5 different pages in FP2002, the graphic have different
size. They grow a little in both directions. If I change the widt and height
attribute to show the same value in all 5 pages, they still vary in size.

When I publish site on our server I see the same problem.

Where do I look for this??
Regards
Jorgen
 
J

Jorgen

The site is an intranet site.
I have solved the problem which was caused by different H x W of the
graphics. W varied 701 to 705 px and height varede 331 to 335. Fixed to 701 x
334 works fine.
In addition one graphic was +15% in height for some onknown reason.
Regards
Jorgen

"Murray" skrev:
 
P

P@tty Ayers

Jorgen said:
The site is an intranet site.
I have solved the problem which was caused by different H x W of the
graphics. W varied 701 to 705 px and height varede 331 to 335. Fixed to
701 x
334 works fine.
In addition one graphic was +15% in height for some onknown reason.

That will do it! :)


--
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top