|
|
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
|
|