![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i'm creating a website in html using a template language. in a loop there are automaticly created table cells (<td width="80px" height="32px">LINK TO TOPIC </td>) for each topic with the name of the topic and the link. Unfortunately in the Browser the width of the cells isn't 80 px but it changes due to the length of the topicname. when i increase the width to 120 the cells are all of the same size. is there a problem with the pading or margin? thanx so much in advance!! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
i don't unterstand that! Where should i insert a dash? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
isn't that non-valid. td width="80px" height="32px">LINK TO TOPIC </td ![]() |
#7
| |||
| |||
|
|
isn't that non-valid. td width="80px" height="32px">LINK TO TOPIC </td ![]() |
#8
| |||
| |||
|
|
Anywhere in the text - it tells the browser that it's OK to wrap the line at that point. |
#9
| |||
| |||
|
|
Gecko browsers like Firefox, Mozilla, and Netscape won't break a line on a hyphen. They need a space character. |

#10
| |||
| |||
|
|
Gecko browsers like Firefox, Mozilla, and Netscape won't break a line on a hyphen. They need a space character. Opera does. ![]() And what I found recently: it also supports 'display: compact' and 'display: run-in' quite well ... FF doesn't. Just my 2 cents |
![]() |
| Thread Tools | |
| Display Modes | |
| |