I need to paste my "artists resume" into a SmugMug page
I have been using SmugMug for years but have not taken advantage of it beyond the basic features because of the intimidating user inteface. I have an "artists resume" in a Word document that I want to paste into an About Me page which currently has only my contact information. I created a new text block on the page. I did a "copy all" from Word and pasted into the text block. As other users have pointed out in discussions going back to 2013, this doesn't work because "Word adds a bunch of stuff." The solution given in those discussions is to copy and paste from Word to Notepad, then copy and paste from Notepad to the text block. And then what? Spend an hour adding the formatting back in?
So here is my question: Given that people like me put a lot of time formatting text in programs like Word, why is there no direct path from Word to SmugMug? Or an indirect path (i.e., through some other program) that preserves Word's formatting?
Comments
What formatting do you need?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Mainly indentation. But also different sizes (of the same font) for headings and sub-headings.
There is no program to convert Word to SmugMug, but this is easily done using a HTML/CSS block instead of a Text Block.
If you need help, post a link to your page and I'll be more than happy to assist you (or another helper here).
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you, Mike. I did a "Save as" html from Word. The opened the html file in Notepad, copied, and pasted into an html block. It works but not as seamlessly as I had hoped. I'm not really happy with the result, but I'll live with it. Here it is:
https://www.jisner.com/About
It's the text in Times Roman font (from Exhibitions to Publications). I'm sure you have a better way of doing this!
What is it supposed to look like?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Just to add, if you are trying to mimic what your Word page to SM, can you save your Word doc as a PDF and either PM me or e-mail me. I don't use Word, so I can't look at it.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I would like to change the font of the new text to match the font of the surrounding text. Since SM does not seem to have a WYSIWYG editor, It seems that I have two alternatives: (1) Edit the original Word doc, save it again as html, open the html in Notepad, and copy and paste into the html block, replacing the current contents (2) edit the html. I'm reluctant to do (2) because the html exported by Word is extremely verbose and I might break something.
I see two fonts used; 'Fona One' for your headers and 'Liberation Serif' for the other text. What specifically text are you wanting to change.
You should not edit HTML in Word. Only Notepad, Notepad++ etc.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I had some free time, so I converted your Word doc to a HTML "Unordered List" so it can be easily styled.
HTML:
CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you for doing the conversion! I will definitely use it.
Years ago, I worked on an open source content management system that used TinyMCE, a web-based WYSIWYG editor, for creating text blocks. You could paste from Word and it produced clean html. I'm surprised that SM doesn't have something similar.