Hello Michael

On 20-Jul-01, you wrote:

> 
> Hello [EMAIL PROTECTED]
> 
> On 18-Jul-01, you wrote:
> 
> -> i have the following problem with table rendering here.
> -> i have a table with 2 columns. the first column has 2 radio buttons and a
> -> "header" line. the second column has 3 columns instead.
> -> looks like this in html (first column):
> 
> [big snip so as to upset as few a people as possible]
> 
> You're right; the HTML within TDs has to be on one line. I had the same
> problem a few weeks back with my Mike's Ffestiniog Railway web trains (see
> below), where the track the trains sit/stand/run on had a gap where I had
> pressed Return to give short lines of text in Editor. The gaps showed up in
> MSx, Ibrowse and AWeb but not V3.2. A kind person on this list said I should
> have not pressed Return, so I tried it and the gaps disappeared.

You can work around "quirks" like this very easily, although it will make
your code look a tiny bit more messy:

<td
><img src="blah.gif" width="200" alt="whee!"
><img src="bleh.gif" width="100" alt="whoo!"
>< .. and so on .. >

As long as the returns and/or whitespace aren't in the content, all browsers
will ignore whitespace inbetween tag brackets like that.

Thanks
-- 
Matt <[EMAIL PROTECTED]>

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to