
I am trying to edit @ keithcurtis Style Sheet as written by Keith (on the GM Notes) bg { background-image: url('<a href="https://i.imgur.com/vjL1blE.jpg" rel="nofollow">https://i.imgur.com/vjL1blE.jpg</a>'); padding: 30px; padding-top: 1px; margin: -30px; } what I am trying to setup is a Border image: Example have not got it to display yet so have not had a chance to work with the numbers yet Has anyone tried Border image vs Background images yet? any help will be appreciated. div { border: 28px; border-image: url(' <a href="https://image.shutterstock.com/z/stock-vector-red-border-frame-deco-plaque-vector-art-simple-line-corner-361977956.jpg" rel="nofollow">https://image.shutterstock.com/z/stock-vector-red-border-frame-deco-plaque-vector-art-simple-line-corner-361977956.jpg</a> '); border-image-slice: 27; border-image-repeat: stretch; border-image-width: 20px; border-image-outset: 0px; width: 300px; height: 200px; }