In HTML you may find that the dash / hyphen character is a breakable character and if you are attempting to create a region where line breaking is not desired you may need a non-breakable space character.
Here it is: ‑
In HTML you may find that the dash / hyphen character is a breakable character and if you are attempting to create a region where line breaking is not desired you may need a non-breakable space character.
Here it is: ‑
Here is a follow up to the cellpadding and cellspacing post I made a while back. The cellpadding and cellspacing can be completely controlled in CSS. I realized today; I spoke only about collapsing the borders and not creating spacing (or the equivalent of cellspacing equal to something other than 0).
Here are some HTML4 and CSS/XHTML equivalents:
HTML4:
| First Name: | Chris |
|---|---|
| Last Name: | Schuld |
Here is what it will look like:
| First Name: | Chris |
|---|---|
| Last Name: | Schuld |