![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, When I use <pre> inside my <td> cells, the text won't flow to a new line and the table gets to large in width. This will appear in Firefox this way, Internet Explorer will wrap the lines, like I want, by default. Any idea what I should define to make firefox wrap the text inside the pre? table><tr><td><pre>this is unwrapped in firefox</pre></td></tr>....<table regards, Roderik |
#3
| |||
| |||
|
|
Roderik wrote: Hi, When I use <pre> inside my <td> cells, the text won't flow to a new line and the table gets to large in width. This will appear in Firefox this way, Internet Explorer will wrap the lines, like I want, by default. Any idea what I should define to make firefox wrap the text inside the pre? table><tr><td><pre>this is unwrapped in firefox</pre></td></tr>....<table regards, Roderik pre> means "This text is preformatted, do not apply any formatting" -- which includes line breaks. Manually insert a line break in your code or use <br>. Okay, then I will remove the <pre> and look for a server side solution. |
#4
| |||
| |||
|
|
When I use <pre> inside my <td> cells, the text won't flow to a new line and the table gets to large in width. This will appear in Firefox this way, Internet Explorer will wrap the lines, like I want, by default. Any idea what I should define to make firefox wrap the text inside the pre? table><tr><td><pre>this is unwrapped in firefox</pre></td></tr>....<table |
#5
| |||
| |||
|
|
When I use <pre> inside my <td> cells, the text won't flow to a new line and the table gets to large in width. This will appear in Firefox this way, Internet Explorer will wrap the lines, like I want, by default. |
#6
| |||
| |||
|
|
pre> means "This text is preformatted, do not apply any formatting" -- which includes line breaks. Manually insert a line break in your code or use <br>. Okay, then I will remove the <pre> and look for a server side solution. It is easier to use <tt> or <code>. |
#7
| |||
| |||
|
|
Roderik wrote: pre> means "This text is preformatted, do not apply any formatting" -- which includes line breaks. Manually insert a line break in your code or use <br>. Okay, then I will remove the <pre> and look for a server side solution. It is easier to use <tt> or <code>. |
#8
| |||
| |||
|
|
Hi, When I use <pre> inside my <td> cells, the text won't flow to a new line and the table gets to large in width. This will appear in Firefox this way, Internet Explorer will wrap the lines, like I want, by default. Any idea what I should define to make firefox wrap the text inside the pre? table><tr><td><pre>this is unwrapped in firefox</pre></td></tr>....<table |
![]() |
| Thread Tools | |
| Display Modes | |
| |