Results 1 to 7 of 7

Thread: HTML code needed!

  1. #1
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default HTML code needed!

    Can someone help me?
    I need an HTML code that will make text invisible so I can label some things without it actually showing up on the page.

  2. #2
    Meat Puppet's Avatar
    Join Date
    Dec 2003
    Location
    yes
    Posts
    9,983
    Contributions
    • Notable contributions to former community wiki

    Default

    Do you mean like... comments?

    <tt><</tt><tt>!-- Comment goes here --></tt>

    <!-- Comment goes here -->

  3. #3
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default

    hmm?
    I don't understand your question. So the answer would probably be no.

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

    Default

    Way to turn down the answer you needed.

    You put the angle bracket exclamation double dash before any text you want invisible, then have a double dash end angle bracket at the end. It's pretty much simple as that.

  5. #5
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default

    I was told to apologize to Meat Puppet.

    I am sorry
    Meat Puppet.

    Oooookay. I see.
    What's to become of my and my insignificant brain?
    EDIT:
    Okay I tried it and the text i typed and the closing bracket was visible. I checked the HTML page and the codes were closed off so that only a space was betweent them.
    Last edited by Jessweeee♪; 11-24-2006 at 04:58 AM.

  6. #6
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    What Meat Puppet suggested was a comment. They are only visible in the source of the page and the format is:
    Code:
    &lt;!-- text here doesn't appear on the page --&gt;
    If you wanted to put some text on your page, but still have it invisible, you could use something like this:
    Code:
    &lt;span style="color: transparent; background: transparent;"&gt; Text here is transparent. &lt;span&gt;
    But Meat Puppet's suggestion is obviously better.

  7. #7
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default

    Thanks a bunch everyone!

Posting Permissions

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