Posted by Jonathan N. Little on 03/19/06 15:57
Noozer wrote:
>>That fixed the top MakePayment but there was no space in the html of the
>>lower Map&Directions image.
>
>
> No, but there is a line break.
>
> An ugly trick I use (and any comments are welcome) is to close the tag at
> the beginning of the next line. i.e.:
>
> <p>Here are some links:<br />
> <a href="link.one">Link One</a
> ><a href="link.two">Link Two</a
> ><a href="link.three">Link Three</a
>
>></p>
That can cause problems for HTML 4.01 Strict,
better to wrap it this way:
<a href="link.one">Link One
</a><a href="link.two">Link Two...
or
<a href="link.one">Link One</a><a
href="link.two">Link Two</a>...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|