Click to See Complete Forum and Search --> : hide info


z_mirza
04-18-2003, 06:18 PM
how do i hide text in html from the viewer of the page?

Nedals
04-18-2003, 07:36 PM
One way to hide text is to make it the same color as the background.

Is that what you mean?

z_mirza
04-18-2003, 08:38 PM
no i mean like i have a span tag full of info, but i dont want the user to see that, isnt there away to make it 'hiddin' other than changing the color?

edit: nevermind i found it, its

HTML { display : sDisplay }
Scripting object.style.display [ = sDisplay ]

esm
04-18-2003, 09:56 PM
check out http://forums.webdeveloper.com/showthread.php?threadid=8012

in the javascript forum, contend extends beyond right edge of table cell

z_mirza
04-19-2003, 11:46 AM
i dont understand what your trying to say, i already solved my problem but thanx for the info