Thursday 28 December 2006 6:35:26 am
I notice that a couple of basic things are not being respected.
1) edit a page
2) edit some text, press enter several times
3) save the page - this is successful
4) view the page - this is successful
5) edit the page again, save the page without making any changes 6) view the page again - the whitespace is removed
1) edit a page
2) add <p> </p> several times
3) save the page - this is successful
4) view the page - this is successful
5) edit the page again, the tags are removed and replaced with whitespace
6) save the page without making any changes 7) view the page again - the whitespace is removed These are not accepted by the editor, but why? :
<table height="100px">
<tr><td></td></tr> </table>
<table height="100px">
<tr height="100px"><td></td></tr> </table> ... So I'm forced to use a blank image to pad.. but this is annoying. Are these bugs? How do other people do this?
|