What is the best way to transfer existing content from a standard html site into wordpress with out getting all the extra white spaces?
I'm copying the 'source' of the content from Dreamweaver in the code view, the pasting it into the page on WordPress in html mode.
Any white space, or better said line breaks in the CODE view, are showing up on the front end.
Doing a 'apply source formatting' in Dreamweaver only cleans up the code part and not the 'text'. I've tried doing a 'find/replace' 'use regular expression' to find '\n' and it removed all new lines except, it left all the 'white spaces' that made a new line in the text.
There has got to be a way to more efficiently move code from a standard html site into wordpress. :)
Danke.