You can change the indent though without changing the spacing - you just need to use the extra css option instead:
Code:
p { text-indent:3%;}
Note some modifications may be required based on the existing html/css - using extra css isn't as big a hammer as the remove spacing option.
There are a number of discussions on this in the conversion sub-forum, just search for extra css for a lot of different examples.