floating callout box ?

J

jobee1

I need to find out how to anchor or fix the position of a callout box on a
webpage. I am using FrontPage 2002. Currently the box is floating about, so
I need to fix it with the graphic that it is supposed to be next to.
 
J

Jens Peter Karlsen [FP MVP]

What does your current code look like?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
R

Ronx

A call-out box on a web page is fixed. Call-out boxes, and all other
VML graphics produced by the FrontPage/Office drawing tools use
Absolute Positioning - they are fixed, the rest of the page is not.
(VML graphics can only be seen in IE5.5 and later running on Windows,
so potentially 20% or more of your audience will not see the call-out
anyway.)
You will have to Absolutely position your image, and all related parts
of the page, to "fix" the call-out box..
Alternatively, add the call-out to the image in an graphics editor.
 
Top