table, th, td { border: 1px solid black; } .breadcrumb { display: none; } (2024)

Visa® Award Card Frequently Asked Questions

What is the Visa Award Card?

The Visa Award Card is a prepaid card that can be used worldwide everywhere Visa debit cards are accepted. The cards are non-reloadable so spend only the funds available. However, unlike a debit card, a traditional bank account is not linked to the card. When asked “Credit or Debit?”, please select “Credit” and sign for your purchase as this card does not have a PIN.

What can my Visa Award Card be used for?

Visa Award Cards can be used for travel, spending, and budgeting. The cards cannot be used at ATMs or to obtain cash.

How do I activate my card?

You do not need to activate the card.

Can I use my Visa Award Card at more than one merchant?

Absolutely! As long as there are funds remaining on your card and the merchant accepts Visa debit cards.

Can I use the Visa Award Card for online purchases?

Yes! You can use the card everywhere Visa debit cards are accepted—in stores and online. However, some online merchants may require Address Verification. This process requires that the billing address be “linked,” or assigned, to the card’s 16-digit account number. You must visitwww.ppdmoney.comto register the card; this will assign an address to the card. Once the verification process is complete, any merchant requiring Address Verification will be able to link a Billing Address to the card’s 16-digit account number.

What happens if I spend all the funds on my Visa Award Card?

Your card will no longer be accepted as a valid form of payment.

Will I be assessed a fee for using my Visa Award Card at participating merchants?

No, you will not be charged a fee for making a purchase.

What happens if I lose my Visa Award Card?

If a card is lost, Customer Service will close the account and promptly issue a replacement card with the remaining balance. There is a $15.00 Replacement Card Fee (SVC CHG REPLACE CARD) for this service. To report a card lost or stolen, please call Customer Service toll-free at 1-866-208-2558. To ensure that we can identify your account should the card be lost or stolen, please register your card at www.ppdmoney.com.

Who do I contact with questions about my Visa Award Card?

For card information, call Customer Service toll-free at 1-866-208-2558.

Why do I need to register my Visa Award Card?

Registering your card allows customer service to locate your card account and send a Replacement Card to you in the event that your card is lost or stolen. Note: a $15.00 per card Replacement Card Fee (SVC CHG REPLACE CARD) applies. Registering your card is easy—just visitwww.ppdmoney.comand enter your name and address.

How do I use my Visa Award Card at restaurants?

You are encouraged to use your card at restaurants that accept Visa debit cards. For authorization purposes only, a gratuity of up to 20% or more is automatically added to your food bill. This addition is for authorization purposes only, and you will only be charged for the gratuity you designate on the receipt.

Can I use my Visa Award Card to "pay at the pump" at gas stations?

Your card can be used at any gas station where Visa debit cards are accepted. “Pay at the pump” card terminals immediately verify that there are enough funds on a prepaid card to complete a transaction for an average purchase of gas, or $75.00 or more. If your card does not have enough money to pay for this amount, it will be declined by the “pay at the pump” card terminal. If your remaining balance is less than $75.00 and you would like to spend it on a fuel purchase, we recommend that you pay for your purchase inside at the merchant’s cash register.

What if my purchase exceeds the value on my Visa Award Card?

To make a purchase that is more than the available balance on your card, you may use another payment method to share the expense of your purchase. This is called a split transaction. Simply use your card to pay for a portion of the purchase amount and a second payment method—check, cash or credit card—for the remainder.

Please note that split transactions are subject to individual merchant policies – not all merchants accept split transactions. Some merchants may require payment for the remaining balance in cash. When making your purchase, remember to tell the merchant the dollar value on your card. You can easily verify your remaining balance via the Web site, www.ppdmoney.com, or by calling Customer Service toll-free at 1-866-208-2558. The merchant will not be able to provide you with this information. If you attempt to make a transaction for more than the balance on your card, the transaction will be declined.

What should I do if my Visa Award Card is declined?

If you experience any problems using your card, please contact Customer Service 24-hours a day, 7 days a week by calling toll-free 1-866-208-2558.

How can I check my available balance?

Your card available balance can be verified by visiting www.ppdmoney.com, or by calling Customer Service toll-free at 1-866-208-2558. Be sure to have your 16-digit card account number ready to access this information.

Can I add more money to my Visa Award Card?

No, cards are not reloadable.

table, th, td {
  border: 1px solid black;
}
.breadcrumb {
  display: none;
} (2024)

FAQs

How to make a table border black? ›

To change the border's color, use the attribute bordercolor="color" where color is the same format as all the other web colors we've been using. The table below has the bordercolor set to #ff00ff with the table tag <table bordercolor="#ff00ff">. To change the background color, use the attribute bgcolor="color".

What is border 1px solid black? ›

CSS Properties - Borders
Property NameSome Possible ValuesWhat It Does
border1px solid blackDefines all borders
border-top1px solid blackDefines top border
border-bottom1px solid blackDefines bottom border
border-left1px solid blackDefines left border
1 more row

Why is my table border not showing in HTML? ›

you have to make some corrections in HTML code and add CSS code. Within 'tbody' element you should have three 'td' elements within each 'tr' element. This is just guidance. You can not use this code per se; instead, you should add some value for each X in the code given above.

How to set table border none? ›

To specify no border using the border-width attribute in CSS, set it to zero: border-width: 0;. This eliminates the border around the specified element.

How do you change the color of the border on a table? ›

Select the Table Tools / Design tab on the ribbon. Select one of the following in the Draw Borders group: Use Pen Color to change the color of the border. If you want more color options, click More Border Colors, and then either click the color that you want on the Standard tab, or mix your own color on the Custom tab.

Why is my border not showing up in CSS? ›

CSS Border Not Showing

If you've set the shorthand border property in CSS and the border is not showing, the most likely issue is that you did not define the border style. While the border-width and border-color property values can be omitted, the border-style property must be defined. Otherwise, it will not render.

How to put a border in HTML code? ›

To add a border background color to an HTML element, you can use the CSS border property in combination with the background-color property. This will add a black border with a width of 1 pixel around the div and set the background color to red. You can change the values to suit your needs.

How do you make a solid table border in HTML? ›

Using HTML Table Tag Attributes. In this approach, we are using the border attribute within the <table> tag to specify the width of the border around the table and its cells. By setting the value to 3, we create a border with a thickness of 3 pixels.

How do I make table cell borders invisible in HTML? ›

To make an invisible border, set the BORDER attribute to 0. (Although most browsers default to a table border of 0, specifically stating it ensures that the border will be invisible in all browsers.)

What is table border tag in HTML? ›

This attribute defines the visual presentation of the table by setting the thickness of the borders. A higher value results in a thicker border. Alternatively, setting the border attribute to “0” removes the borders entirely.

How to remove td line in HTML? ›

You have to use css. if you dont want to use a separate stylesheet. you can use style attribute in your html markup.

How do I fix table borders in Excel? ›

Select one or more cells that have a border that you want to change. Right-click over the cells you've chosen and select Format Cells and, in the popup window, click the Border tab. For a continuous line, choose one of the thicker styles from the Line box. In the Presets section, click your existing border type.

How to add a border in HTML without CSS? ›

To add borders to the table without using CSS, we can use the border attribute directly in the <table> tag. The border attribute specifies the width of the border in pixels.

How do I insert a black border in Word? ›

Go to Design > Page Borders. In the Borders and Shading box, design your border: Under Setting on the left, choose the border style you want.

How do I black out a table cell in Word? ›

Add or remove shading in a table
  1. Select the cells you want to change. To select an entire table, click in the table, and then click the. ...
  2. On the Table Design tab (Table tab in OneNote), click the Shading menu.
  3. Under Theme Colors or Standard Colors, select the shading color you want.

Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 5596

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.