Question:
is there a html code to make text invisible? or white?
usman k
2007-07-18 06:17:27 UTC
hi there, is there a code that i can use like on a site like craigslist to make my text white! or invisble / blend in with the white background?
Ten answers:
margemoosh
2007-07-18 06:24:18 UTC
use a textbox and set its visible to false or set its color to white
?
2016-10-18 06:38:52 UTC
Invisible Text Html
disneyfreak4743
2007-07-18 06:27:50 UTC
Well, it will appear in the source but not on the page (Take out *)



<*!-- *Yourtexthere* --*>



This way is the easiest way to get invisible text on a webpage or something without having to worry about the backround color matching or anything. Also the text can't be highlighted. I use it all the time :P

The text will literaly be invisible to anybody unless they search through the source. I made an online scavenger hunt on my website that had the person look at the source and Ctrl+F (search the source) for the word clue. When they found it, they got the nect clue.



Now if you want people to be able to read it easily (like if it's a joke or something) Your better off making the text white.
Ivette
2015-08-21 13:04:55 UTC
This Site Might Help You.



RE:

is there a html code to make text invisible? or white?

hi there, is there a code that i can use like on a site like craigslist to make my text white! or invisble / blend in with the white background?
Robert S
2007-07-18 06:31:52 UTC
Yes, you can set the color of the text to match the background color of your web page, BUT, be warned highlighting the text foils this as well as some printer settings will not print background colors as well as change white text to black. Also HTML source can be viewed, so if its important for something to be invisible, the safest route is not use that text at all.
kenchapmans.com
2007-07-18 06:27:26 UTC
FFFFFF

(SIX F'S)

Note: Some people have tried to spam text on their web site to fool the search engines. Putting text as white on white background so spiders read but people can't. It doesn't work anymore - could get your site banned from some search engines.
techchick
2007-07-18 06:26:16 UTC
The simplest and oldest method for creating invisible or hidden text is to use inline font codes to change the color of the text to match the background color of your web page. If your normal text is against a white background, then you simply change the color of the hidden text to white.



addtext



Is there a particular reason for you to want to do this?
Vera
2007-07-18 06:24:38 UTC
for a certain tag you can set its display to hide.



my hidden text





or white

my white text





Of course, this requires that the site in question let you use HTML/CSS.



In the example above, I used a paragraph tag, bu you can use other tags such as span, a, div, table.... anything.
anonymous
2007-07-18 06:25:14 UTC
You can use the hex code for white text
rohit s
2007-07-18 06:25:12 UTC
why dont u use the color attribute of font tag in html...

give white as the color if u wish to merge white prints on white background.

*****ur text*****


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...