how to put drawing objects in shared borders?

R

rezamehdipour

I wanted to know how to put drawing objects such as lines and rectangles into
a shared border in a web page.
 
T

Thomas A. Rowe

You don't.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
A

Andrew Murray

you can....just insert them in the shared border region of the page. (turn
the shared borders on in the usual manner).

but such objects won't be seen in anything except IE.
 
T

Thomas A. Rowe

You will have problem with paths when inserted in a shared border or include page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
R

Ronx

Since the drawing objects are absolutely positioned, they will not
work at all in the bottom or right border:
Depending on how they are inserted, the objects will appear towards
the top and left of all the finished pages, or only correctly
positioned in one page, and all over the place in all other pages.
There is also the problem of how different browsers render absolutely
positioned objects in table cells which you get with shared borders.

Also, as Andrew remarked, the drawing objects will only be visible in
Internet Explorer 5.5 running in Windows, other browsers will render
very poor quality .gif images, or nothing at all. Better to produce
your images in a graphics program.
 
Top