You can also try installing the Internet Explorer Developer Toolbar if
you don't have that yet:
http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4
511-BB3E-2D5E1DB91038&displaylang=en

Usually problems between browsers is CSS related not HTML, if your HTML
is well-formed. You should be able to find a style solution without
resorting to taking out the whitespace.

Noticed in your example that you had 
<div class"myField"><label>bla</label><input></div> 
I am assuming you have class="myField" (missing equals), etc.

-----Original Message-----
From: Thiago HP [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 24, 2008 10:00 AM
To: Tapestry users
Subject: Re: IE html/css problem

On Mon, Nov 24, 2008 at 1:45 PM, Joachim Van der Auwera
<[EMAIL PROTECTED]> wrote:
> Hi,

Hi!
> (indeed, only adding a newline) the styling is correct in IE7 as well.
> Now I obviously have the additional problem that tapestry removes
> unnecessary whitespace, making the "obvious" solution not work.

You can disable the Tapestry removing unnecessary whitespace with

public static void contributeApplicationDefaults(
           MappedConfiguration<String, String> configuration) {
   configuration.add("tapestry.compress-whitespace", "false"); // turn
off it
}

> Anybody encountered something similar of has any clues towards a fix?

Regarding Internet Explorer, it's not difficult to find out why it is
so hated by anyone that has HTML/CSS/Javascript writing as part of
their lives . . .

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to