Results 1 to 8 of 8

Thread: Tab button

  1. #1
    Recognized Member Xander's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    5,333
    Contributions
    • Former Cid's Knight

    Angry Tab button

    Ahhh, I'm sorry for posting so many Help topics guys, but I really need help again

    Usually when writing an email or just writing text on a webpage, like now, I can press Tab to move along a bit (instead of spacebar, y'know what I mean).

    However if I press Tab now it just goes down to another item on the page, for example the checkboxes below where I am posting, then the submit thread button and so on.

    Can anyone help? Sorry I'm so clueless (you wouldn't believe I studied IT would you )
    rawr

  2. #2
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Tab has always gone to the next form element or link for me. I'v enever used tab to move further down a page. "Page Up", "Page Down" and the space bar will also do the trick just as long as your cursor isn't in a text field.

    EDIT: Sorry, I misunderstood what you said. Disregard what I said about moving around a page with the other buttons.
    Last edited by Flying Mullet; 09-05-2003 at 07:06 PM.
    Figaro Castle

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

    Default

    Even if you somehow manage to insert a tab into a form element, like by copy/pasting them, when HTML is parsed all whitespace is compressed into a single space. So it wouldn't even show up.

    Here are 10 spaces between the quotes:

    " "

    Here are 10 tabs I copy/pasted:

    " "

    See, doesn't show up. Most browsers override the behavior of the Tab key anyways to affect the browser window rather than insert a Tab character, like Flying Mullet said.

    The ASCII Tab character is the stupidest thing every created anyways. Variable-width characters = headache. Take a tab-indented document from one computer and put it on another and chances are good that it looks like total crap because the tabs are different sizes.

  4. #4
    Recognized Member Xander's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    5,333
    Contributions
    • Former Cid's Knight

    Default

    Hmmm it used to work in emails though, but if it wouldn't show up anyway I guess it doesn't matter..

    It's just that when my mum writes emails she likes to set it out like a letter so tab helps there..maybe it didn't work before though and I'm just thinking of writing stuff on Word.
    rawr

  5. #5
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    gah...I can't use ctrl-tab or whatever key combo to make tabs work in a box. Whatever...

    Use tables xD

  6. #6
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Ctrl-tab is usually for changing between subwindows/tabs in the same program, Alt-tab for changing between programs.
    Problems playing downloaded videos? Try CCCP


  7. #7
    rowr Recognized Member Leeza's Avatar
    Join Date
    Aug 2001
    Location
    The long hard road out of hell.
    Posts
    17,979
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    When you're in Word or writing an email in Outlook, etc., pressing the Tab button will advance you however many spaces that you have it set up for. When you are out of Word (like in EoFF or when you're filling out forms, etc.), Tab advances you to the next available field, etc.
    Hello Pika Art by Dr Unne ~~~ godhatesfraggles

  8. #8
    Recognized Member Xander's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    5,333
    Contributions
    • Former Cid's Knight

    Default

    Ah right, it was probably Hotmail that it didn't work in then, and I was thinking of Outlook Express. Thanks everyone
    rawr

Posting Permissions

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