May I know why my webpage have a blank like <br />
but after i add a
the blank was lost.
views:
37answers:
1
A:
you must enter a value for view current element... for example DW adds
in the elements when you create....
Megawolt
2010-05-24 06:23:09
<foo> </foo> is so unnecessary and wrong.
reisio
2010-05-24 14:44:09
what is the purpose of adding ?
Chuah
2010-05-25 03:47:00
There isn't one. (relic of a bygone age)
reisio
2010-05-25 04:39:56
<foo> </foo> better than <foo> </foo> ? :)
Megawolt
2010-05-25 07:36:04
<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
2010-05-25 09:14:41
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
2010-05-25 10:34:18
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
2010-05-26 04:53:13