Results 1 to 8 of 8

Thread: Page text problem

  1. #1
    Junior Member
    Join Date
    Feb 2017
    Posts
    14

    Default Page text problem

    Just when I thought we had everything resolved, I'm still having a page text problem. If you go to my website EclecticFiberArts and open the page "about Darlene", and go down to recent Exhibits, you'll see the problem. It looks perfect on the work site, but when we preview the page, it looks like this. For some reason the far right word on almost every year down to 2007 moves down to the next line, and then kicks the text on that line over to the far right. We keep trying to fix it, but nothing seems to work. We even removed that whole section and tried to retype it, but it doesn't work. Some words don't even get included if they're the far right word before going down to the next line. If you look at the page, everything from 2006 down is correct. I don't understand what is going on. A similar problem is occurring on "Available Locations", but only one or 2 words are doing that. Any suggestions?

  2. #2
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    1. your site has the Microsoft Word virus, this is caused by pasting text from Word to Nof, so be sure to delete all the following by looking in the layout html by clicking the HTML button on the layout and or masterborder property palette

    In the future, when pasting from Word to Nof, use paste special, unformatted text or use notepad as a go between

    <META CONTENT="Word.Document" NAME="ProgId">
    <META CONTENT="Microsoft Word 10" NAME="Generator">
    <META CONTENT="Microsoft Word 10" NAME="Originator">
    <LINK REL="File-List" HREF="PUBLIC~1/filelist.xml">
    <!-- [if gte mso 9] -->
    <!-- [endif][if gte mso 9] -->
    <!-- [endif][if !mso] -->
    <STYLE>
    st1\:*{behavior:url(#ieooui) }
    </STYLE>
    <!-- [endif] -->
    <STYLE>
    <!--
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin:0in;
    margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:12.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";}
    span.SpellE
    {mso-style-name:"";
    mso-spl-e:yes;}
    span.GramE
    {mso-style-name:"";
    mso-gram-e:yes;}
    @pageSection1{size:8.5in11.0in;margin:1.0in1.25in1 .0in1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}--></STYLE>
    <!-- [if gte mso 10] -->
    <STYLE>
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";}
    </STYLE>
    <!-- [endif][if gte mso 9] -->
    <!-- [endif][if gte mso 9] -->
    <!-- [endif] -->


    2. you are using the wrong Doctype and the wrong charset
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

    try using site setting: HTML5 or HTML5 dynamic + UTF8 charset
    https://www.videoproductions.com.au/Nof13/UTF8.png

    <!DOCTYPE html>
    <meta charset="UTF-8"/>
    Last edited by antonsvideo; 02-23-2017 at 11:06 PM.

  3. #3
    Junior Member
    Join Date
    Feb 2017
    Posts
    14

    Default

    Thank you so much for your explanation. We got it fixed! Hopefully I won't have any more problems. I certainly have gotten a computer education. I really appreciate the time you put into this for me.

  4. #4
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    your character set is still incorrect for the whole site, set to UTF8
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Anton-0209.png 
Views:	180 
Size:	12.5 KB 
ID:	2599  
    Last edited by antonsvideo; 02-25-2017 at 03:38 AM.

  5. #5
    Junior Member
    Join Date
    Feb 2017
    Posts
    14

    Default

    We did what you told us to do. Anything else?

  6. #6
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    1. your home page also has the word virus, you need to check each page and remove any word formatting code

    <META CONTENT="Word.Document" NAME="ProgId">
    <META CONTENT="Microsoft Word 10" NAME="Generator">
    <META CONTENT="Microsoft Word 10" NAME="Originator">
    <LINK REL="File-List" HREF="ARTIST~1/filelist.xml">
    <!-- [if gte mso 9] -->
    <!-- [endif][if gte mso 9] -->
    <!-- [endif] -->
    <STYLE>
    <!--
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin:0in;
    margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:12.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";}
    span.SpellE
    {mso-style-name:"";
    mso-spl-e:yes;}
    @pageSection1{size:8.5in11.0in;margin:1.0in1.25in1 .0in1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1{page:Section1;}--></STYLE>
    <!-- [if gte mso 10] -->
    <STYLE>
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";}
    </STYLE>
    <!-- [endif][if gte mso 9] -->
    <!-- [endif][if gte mso 9] -->
    <!-- [endif] -->

    2. you may edit your generator tag so it says Nof15 and not Nof8
    <meta name="Generator" content="NetObjects Fusion 8 for Windows"/>

  7. #7
    Junior Member
    Join Date
    Feb 2017
    Posts
    14

    Default

    I think we got everything fixed. Let me know if you find anything else. I really appreciate all your help. Thank you.

  8. #8
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    you have not edited the Generator tag yet
    https://www.videoproductions.com.au/...erator-tag.png

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •