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.
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.
Do you mean like... comments?
<tt><</tt><tt>!-- Comment goes here --></tt>
<!-- Comment goes here -->
hmm?
I don't understand your question. So the answer would probably be no.
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.
What Meat Puppet suggested was a comment. They are only visible in the source of the page and the format is:
If you wanted to put some text on your page, but still have it invisible, you could use something like this:Code:<!-- text here doesn't appear on the page -->
But Meat Puppet's suggestion is obviously better.Code:<span style="color: transparent; background: transparent;"> Text here is transparent. <span>
Thanks a bunch everyone!