Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Multiple Lines in Grid - IE does it - Firfox does not

  • 1 Antwort
  • 1 hat dieses Problem
  • 13 Aufrufe
  • Letzte Antwort von Joehinkle

more options

I am using ASP grid in a web site.

Grid header text - example - "Arival
Time" creates a multiple line cell.

Same data in a data cell produces "ArivalTime"

IE produces multiple lines in both the header and data cells.

What needs to be dome in FF to produce multiple lines in data cells.

Thanks

I am using ASP grid in a web site. Grid header text - example - "Arival<br/>Time" creates a multiple line cell. Same data in a data cell produces "ArivalTime" IE produces multiple lines in both the header and data cells. What needs to be dome in FF to produce multiple lines in data cells. Thanks

Alle Antworten (1)

more options

I just saw the post I made.

What is not shown in the formatting .<.b.r./.>. that is between Arival and Time. Excuse the periods but it is an attempt to NOT have FF process the tag.

So - why is the tag processed properly in the Grid header but not in the data cells.

Thanks