tags:

views:

37

answers:

1

May I know why my webpage have a blank like <br /> but after i add a &nbsp; the blank was lost.

A: 

you must enter a value for view current element... for example DW adds &nbsp; in the elements when you create....

Megawolt
<foo> </foo> is so unnecessary and wrong.
reisio
what is the purpose of adding   ?
Chuah
There isn't one. (relic of a bygone age)
reisio
<foo> </foo> better than <foo> </foo> ? :)
Megawolt
<foo></foo> (no space) is... assuming, that is, you actually have some reason to include an empty element in your markup (usually for extra styling, or an extra dynamic effect, etc.).
reisio
as i know <td></td> is non crossbrowser tag you must use <td> </td>. So ı corrupted my own thesis :). You must be use in some elements.For ex. <td> :)
Megawolt
Nope, you don't ever have to do that. If <td> </td> is getting you an effect that <td></td> doesn't, you are doing something else wrong.
reisio