How to import existing content
i have imported all the existing content already. this was my process:
I start by using bbedit to reformat the html in “Gentle Hierarchical” – this is optional but helps keep the code clean.
3 steps:
1
convert
src=”img
or
src=”../img
to
src=”/img
2
remove these two:
align=”justify”
.shtml
and usually this too:
ALIGN=”CENTER”
3
convert any use of “txt” styles to new styles:
big, small etc.