Welcome to the Crystallex HUB on AGORACOM

Crystallex International Corporation is a Canadian-based gold company with a successful record of developing and operating gold mines in Venezuela and elsewhere in South America

Free
Message: Re: Hook-up to the Court Hearing May 13/24

All the names and addresses in mass mailing , like us, are in the "To" field but is made invisible by an HTML code.

 

To make an element invisible, you can use the CSS visibility property. Here’s how you can apply it to hide the “To” field:

HTML
 
<style>
  .invisible {
    visibility: hidden;
  }
</style>

<input type="text" class="invisible" placeholder="To">
AI-generated code. Review and use carefully. More info on FAQ.

 

In this example, the .invisible class sets the visibility of the input field to hidden,

Share
New Message
Please login to post a reply