EXAMPLE
There are two ways
- If you have don't have a border or an outline please use this method
- If you have a border or an outline please use this method
**
- Method 1 use this css code in your css file
Border:none;
Outline:none;
- Method 2 *the text in brackets are instructions for you
/*{If you don't have one of border or outline replace the brackets with "none"}*/
Border:{Replace this with your border};
Outline:{Replace this with your Outline};
**
Top comments (0)