convert Word text pages to Smugmug site as galleries?

moguemogue Registered Users Posts: 247 Major grins
edited June 29, 2007 in SmugMug Support
I'm about to try the 14 day trial at the Power level and want to know if I can add text pages (without photos) to my site. If so, how do I convert the text from Word so I can upload text pages?
Thank you?

lucy

Comments

  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited June 6, 2007
    mogue wrote:
    I'm about to try the 14 day trial at the Power level and want to know if I can add text pages (without photos) to my site. If so, how do I convert the text from Word so I can upload text pages?
    Lucy,
    welcome to dgrin! <img src="https://us.v-cdn.net/6029383/emoji/wave.gif&quot; border="0" alt="" >
    Depending on how complex the pages are referring to the formating you should be able to do that by just saving the document as an html file. Then open the html file in notepad and copy everything included in the body part:
    <body>
    copy everything in between these two elements
    </body>
    
    to the gallery description of the gallery you want it to be in and surround it by html-tags like that:
    <html>
    Here goes all the code you copied from your html-file
    </html>
    

    Let me know if that works or if you've got any other questions.

    Sebastian
    Sebastian
    SmugMug Support Hero
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 6, 2007
    mogue wrote:
    I'm about to try the 14 day trial at the Power level and want to know if I can add text pages (without photos) to my site. If so, how do I convert the text from Word so I can upload text pages?
    Thank you?

    lucy
    You would use the "html" gallery method. Copy from Word and paste into
    notepad, you don't want any of the funny characters or hidden control
    codes from a processor. Then copy from there and paste in the gallery
    description between html tags. You can add all kinds of formating in there.
    See FAQ 41 of this page.

    Also look at this page and this page for examples.

    Holler back if your need any help.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • moguemogue Registered Users Posts: 247 Major grins
    edited June 6, 2007
    Allen & Sebastian,
    Fantastic. Thanks a ton for the fast replies. I'll try it and let you know if I hit any snags.


    lucy


    Lucy,
    welcome to dgrin! <img src="https://us.v-cdn.net/6029383/emoji/wave.gif&quot; border="0" alt="" >
    Depending on how complex the pages are referring to the formating you should be able to do that by just saving the document as an html file. Then open the html file in notepad and copy everything included in the body part:
    <body>
    copy everything in between these two elements
    </body>
    
    to the gallery description of the gallery you want it to be in and surround it by html-tags like that:
    <html>
    Here goes all the code you copied from your html-file
    </html>
    
    Let me know if that works or if you've got any other questions.




    Sebastian
  • moguemogue Registered Users Posts: 247 Major grins
    edited June 29, 2007
    mogue wrote:
    Allen & Sebastian,
    Fantastic. Thanks a ton for the fast replies. I'll try it and let you know if I hit any snags.


    lucy

    Hi,
    I'm at shilohbear.smugmug.com. The text copied okay except the copyright symbols becamse squares and showed up on the line below. Also, on the last page of the document, the grey themne color turned to white. Then there was a page after that of the cover photo I featured for the gallery.
    Also, is there a way to enter disparate pages of text instead of one long continuous one? Thanks a lot.

    lucy
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 29, 2007
    mogue wrote:
    Hi,
    I'm at shilohbear.smugmug.com. The text copied okay except the copyright symbols becamse squares and showed up on the line below. Also, on the last page of the document, the grey themne color turned to white. Then there was a page after that of the cover photo I featured for the gallery.
    Also, is there a way to enter disparate pages of text instead of one long continuous one? Thanks a lot.

    lucy
    Change all the squres to © with this (delete the spaces)
    & # 169;

    You could probably just copy © and paste in.


    Add these to your CSS to clean up the page.

    .gallery_3058238 #albumDescription {background: none !important;}

    .gallery_3058238 #shareLink,
    .gallery_3058238 .play_slideshow,
    .gallery_3058238 .journal_entry,
    .gallery_3058238 #albumNav_top,
    .gallery_3058238 #albumNav_bottom {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • PBolchoverPBolchover Registered Users Posts: 909 Major grins
    edited June 29, 2007
    mogue wrote:
    Hi,
    Also, is there a way to enter disparate pages of text instead of one long continuous one?

    The easiest way is to have multiple html pages, with links from one to another.
Sign In or Register to comment.