On Sun, 2006-05-28 at 07:03 -0700, Darin Warren wrote: > I am using version 2.0.2 and trying to embed an image into an html. I > know you are suppose to uncheck the link box to break the link. But > the link box is shadowed and I cannot uncheck it. > > Thanks, Darin
Could you please explain how it would be possible to embed anything (image or otherwise) except text in html? HTML is straight text and any objects (eg. images) displayed by the rendering engine are taken from _links_ to the external object given in the html text. Example: <p align="center"> <IMG src="some_url/image.gif" width="409" height="48" border="0"></p> It would be meaningless to uncheck the link checkbox, even if you could. Hope this helps. Dave -- This is a mailing list which exists to support users of OpenOffice.org All answers are given by other users who volunteer their time. If you are not subscribed to this mailing list you may not see all the replies to your query. Please reply to [email protected] only and include some indication that you are not subscribed to this list. (eg. "I am not subscribed to this list, please cc me.") For on-line support see: http://support.openoffice.org/index.html For a knowledge base see: http://mindmeld.cybersite.com.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
