I've tried using code like
.entry img{
border: none;
padding: 4px;
yet, the grey border is still there!
Does anyone know a way to remove the grey image? It's really "annoying" looking. :-(
I've tried using code like
.entry img{
border: none;
padding: 4px;
yet, the grey border is still there!
Does anyone know a way to remove the grey image? It's really "annoying" looking. :-(
You can try:
.entry input {
border: none;
padding: 4px;
}
Assuming your Paypal code is similar to mine...
did u get it working?
This topic has been closed to new replies.