Avatar and frame around it
2 posters
Page 1 of 1
Avatar and frame around it
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Opera
Screenshot of problem : https://imgur.com/a/yvxO1
Who the problem concerns : Yourself
Forum link : http://vantharia.forumpolish.com
Description of problem
Hello again. I have another question. How can I force all avatars to display with this http://imgh.us/Bez_nazwy-6.png picture around working like a frame? I want avatars to show ""inside" that png.Re: Avatar and frame around it
You can add that image as
to all the avatars. The problem is that you have to make all the avatars with that specific dimensions. Now if you only want the avatars in the topics that changes.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Avatar and frame around it
It can also be done by using a black border and using 4 corner images.
Guest- Guest
Re: Avatar and frame around it
Well if you do not understand CSS I can not help along... As below code needs work, IF it can work for you I do not know either. I got too little time to invest in it.
An example is to place your image around it as border and it automaticly stretches to fit the image. However the nature of your choice makes that it gets a blank space between the edge and the image inside it. Maybe this can be solved, I do not know if that will work on your forum.
But hopefully someone else can pick this up or have another idea for it.
An example is to place your image around it as border and it automaticly stretches to fit the image. However the nature of your choice makes that it gets a blank space between the edge and the image inside it. Maybe this can be solved, I do not know if that will work on your forum.
- Code:
.postprofile dt img {
border-image: url('https://i37.servimg.com/u/f37/15/58/53/29/edge11.png') 50 stretch;
border-style: inset;
border-width: 50px;
display: block;
}
But hopefully someone else can pick this up or have another idea for it.
Guest- Guest
Re: Avatar and frame around it
Well it did nothing but thx for help. Well maybe if not this then at least some black border around avatar or something?
Re: Avatar and frame around it
Hmmz I tested it on my forum it worked there.
This should give you a simple black border, edit the 3px to the thickness you wish.
There are more possibilities too, like shadow etc with this kind of simple borders
If above does not work you can try it with this
Also can try to put it all the way at the top or bottom of your CSS stylesheet. If nothing works you have another design element blocking it.
- Code:
.postprofile dt img {
border: 3px solid #000;
}
This should give you a simple black border, edit the 3px to the thickness you wish.
There are more possibilities too, like shadow etc with this kind of simple borders
If above does not work you can try it with this
- Code:
.postprofile dt img {
border: 3px solid #000 !important;
}
Also can try to put it all the way at the top or bottom of your CSS stylesheet. If nothing works you have another design element blocking it.
Guest- Guest
Similar topics
» Frame question
» frame poster avatar
» how to Attachment video frame?
» adding a frame around something
» owner cant see i frame
» frame poster avatar
» how to Attachment video frame?
» adding a frame around something
» owner cant see i frame
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum