quanta@mail.kde.org
[Top] [All Lists]

Re: [Quanta] quanta, aligning, and img links...

Subject: Re: [Quanta] quanta, aligning, and img links...
From: Alan Richmond
Date: Wed, 10 Dec 2008 08:48:30 -0800
On Wednesday 10 December 2008 08:26:39 am Kevin Martin wrote:
> > 2008/12/9 Kevin Martin <ktmdms@xxxxxxxxx>:
> >> <a href="adasdfasdf" ><img src="asdasdfd"/></a>
> >> then my alignment works but, of course, my img link does not.

> > the closing tag is only needed for XHTML but afaik doesn't any harm for
> > HTML.

> The image that is referenced by the img tag is not displayed in the
> browser if the / is added.  Just, like, a placeholder.

To make XHTML's (XML's) shortcut tag backwards compatible with HTML you need 
to add space before the slash:

<a href="adasdfasdf" ><img src="asdasdfd" /></a>

-Alan

--
Alan Richmond
AardwolfWeb.com
707-442-7470
_______________________________________________
Quanta mailing list
Quanta@xxxxxxxxxxxx
https://mail.kde.org/mailman/listinfo/quanta

<Prev in Thread] Current Thread [Next in Thread>