Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: "79 characters per line" in Notepad

  1. #1
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default "79 characters per line" in Notepad

    I wanted to submit my guide (now with even more information) to Gamefaqs, but apparently it needs to have 79 characters per line. How do I do this? On Notepad, of course. I copy/pasted it from WordPerfect, but I still need to make sure it's 79 characters per line. Any help, for the computer-illiterate?

  2. #2

    Default

    Code:
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Copy and paste that line into your guide.

    That's 79 characters across, if any of your lines are longer than this x line, you'll have to cut them down.

  3. #3
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default

    Is there any other way to do that without manually going through over 100 pages of text? 0_o;

  4. #4

    Default

    If I were you I would just open the document in notepad, paste that line in it, and resize the window according to that line...if you see a horizontal scroll bar appear before you're touching the x line with the right side of the window, you know some other line in the document has breached the 79 character limit. Do you understand?

  5. #5
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default

    Yes, but how can I automatically make all the other text conform to that line of Xs? Is that even possible?

  6. #6

    Default

    Not in Notepad. You might be able to accomplish that with another program, but Notepad is purposely minimal, you won't find any options like that.

    I'm not familiar with many raw text editors, so I'm afraid I can't help you there. Sorry.

  7. #7
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default

    Ah! I think I've figured it out. It says that browsers don't automatically word wrap lines (why it wasn't appearing too long in my Notepad document).

    1. Standard ASCII Text: Unless you are writing a guide in or including information in a non-English language, you should limit your guide to standard ASCII text. For more information, see the sections on Foreign Language guides and ASCII text.
    2. 79 Characters Per Line: 79 characters is a classic standard for text files. In today's browsers, it allows for the file to be read at almost any resolution in any standard browser. Remember, if you're using a Word Processor, make sure you're using a fixed-width font, not a proportional one.
    3. With Line Breaks: Web browsers do not automatically word-wrap text files. Most of the files on GameFAQs use the standard windows CR/LF line break format. When saving your file from a word processor, please try to use this format if you can select it.
    How can I save it like it asks in the third requirement?

  8. #8

    Default

    It's already going to be like that if you're using Notepad, just make sure you have automatic word wrap turned off in your Notepad settings. (Format > uncheck Word Wrap) so you can make sure you're seeing the actual formatting.

  9. #9
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    If you use vim ( http://vim.org ) you can wrap the whole document to 79 characters at once, pretty easily. In Normal Mode, this would do it:

    Code:
    :set tw=79
    :set fo=t
    1GVGgq
    tw = textwidth, which we set to 79 characters per line.
    fo = formatoptions, which are options that the gq command will enact; we set it to "textwidth".
    1G takes the cursor to the first line.
    VG line-selects until the last line.
    gq auto-formats the whole document using formatoptions, which now includes textwidth.

  10. #10
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default

    The link isn't working for me; is all the info on that site? Because I have no clue what to do with that code otherwise.

  11. #11
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,653
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Add a www.

    this seems to be it? ftp://ftp.vim.org/pub/vim/pc/gvim70.exe 7.8mb

  12. #12
    Nerfed in Continuum Shift Recognized Member Zeromus_X's Avatar
    Join Date
    Sep 2005
    Location
    Phoenix, AZ
    Posts
    7,593
    Contributions
    • Former Cid's Knight

    Default

    Okay, I've downloaded it and everything, but how exactly do I use that code to edit my document?

  13. #13
    Will be banned again Roto13's Avatar
    Join Date
    Nov 2005
    Location
    On the INTARWEB
    Posts
    14,570

    Default

    Christ, whenever I submit a guide with that problem, they resize it themselves! They just warn that it will take longer for them to post it.

  14. #14

    Default

    They never post my guides ;_;

  15. #15
    Will be banned again Roto13's Avatar
    Join Date
    Nov 2005
    Location
    On the INTARWEB
    Posts
    14,570

    Default

    Work hard


Posting Permissions

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