
06-26-2017, 10:02 PM
|
 |
|
|
Join Date: Feb 2016
Location: Albania
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lynne
Are you adverse to editing your templates? The reason I ask is that your avatar image tag has no class associated with it (nor do any elements immediately above it) and so that makes it more difficult to write some CSS for it.
You can try this though and see if it effects anything else it isn't supposed to:
HTML Code:
.alt2 a:link img {border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%};
|
It works
Thank you very much
|