Re: Creating a new element and inserting before an existing causes line breaks
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <5815f2d8-88a6-4aac-8a01-e51e650256b4@m34g2000hsc.googlegroups.com> |
On Mar 24, 9:19 pm, Jeremy L <[email protected]> wrote: > The resulting code: > > This is an example page where <a cisco_phone="Andy Feest" > href="#"><div style="background: transparent url(https:// > wwwin.laurenson.com/icon.gif) no-repeat scroll center; width: 13px; > height: 13px; -moz-background-clip: -moz-initial; -moz-background- > origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"></ > div></a>Andy Feest</uid> should not be split... Here is another way: <a href="go"><img src="image.gif" style="float:left" border="0">this is a link</a> Can't get any simpler.