How do I draw a line without using a drawing object

R

Robin

I am having some issues with everything on my site getting shifted around
when I add drawing objhect such as lines and boxes. How can I add these
without messing everything up?
thanks
 
C

Chris Leeds, MVP-FrontPage

you could take a screen shot of the shapes you've already made then slice up
the screen shot, save the individual graphics as "regular images" and place
them on the page by the usual method.


--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
A

Andrew Murray

a "line" is an "object" ..

short answer - don't use those elements - they use absolute positioning, layers
and VML and these are not supported by the wide range of browsers. Mostly IE
browsers, and the more recent at that i.e. ver 5.5 and upwards.

or save the elements as images by Printscrn and take an screen-capture, paste it
into your image editor (Ctrl-V) and save the individual elements as images
 
Top