Depending on how you want it to work, there are two easy ways in CSS.
 
1. visibility:hidden... or visibility:visible;
 
This method reserves the space on the page, so when hidden there will be a blank space.
 
2. display:none... or display:inline, display:block, or display:compact.
 
This method collapses the space, so it is more commonly used than the visibility attribute.

Darin.
 
 
----- Original Message -----
From: Matt
Sent: Wednesday, October 25, 2006 6:31 PM
Subject: Re: [IMail Forum] Removing the Forward To: option in 2006

Transparency is one way, but HIDDEN form elements is another.  Transparency is a CSS method (along with others that can hide layers in DIV's), and HIDDEN is just a simple HTML form method.  HIDDEN is probably better for this purpose, but not that much different in the effect.   The trick here was that commenting out the code block with HTML comments caused IMail to not simply ignore the field, but instead treat the field as if it had no value and update the field with no value even if a value was preexisting.

Matt



Marc Catuogno wrote:

Forgive me for not knowing exactly how to put this, but make sure that you made it transparent and didn’t just comment it out.  IF you have any forwarding allowed (I had some people grandfathered in and had  manually put in some Blackberry forwarding) AND you just comment it out, any time they click save when they change their preferences it will deleted the forward.ima file because the commented out section submits a blank forward.

Marc


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tyler Jensen
Sent: Wednesday, October 25, 2006 4:54 PM
To: [email protected]
Subject: Re: [IMail Forum] Removing the Forward To: option in 2006

Never mind. That was an easy fix on the useroptions.aspx page.

Have a good night!

Ty

----- Original Message -----

From: Tyler Jensen

Sent: Wednesday, October 25, 2006 3:08 PM

Subject: [IMail Forum] Removing the Forward To: option in 2006

Does anyone know how to remove the Forward To: option under User Preferences in 2006?  I don't think I want to give my users this option right now.  It was pretty easy in versions 7 and 8.

Thanks for your help!

Tyler

Reply via email to