How to format a blank cell in table, the cells with content keep shift left to replace the blank cell
Added by Praphan Theeravanvilai almost 13 years ago
|1|2|3|
|a| |c|
1 | 2 | 3 |
a | c |
What is the correct syntax, to make row2 column2 to be space?
Thanks in advance.