postbody image resize and customize [phpBB3]
4 posters
Page 1 of 1
postbody image resize and customize [phpBB3]
Hello..
I want to customize the images that i post on the forum, and resize them but i don't want the emoticons/smilies to be affected. I tried a code but it grabs the smilies also.
The forum is version phpBB3.
Thank you very much.
Marios.
I want to customize the images that i post on the forum, and resize them but i don't want the emoticons/smilies to be affected. I tried a code but it grabs the smilies also.
The forum is version phpBB3.
Thank you very much.
Marios.
Re: postbody image resize and customize [phpBB3]
Are you talking about this?
- Code:
.postbody img {
max-height: #100px; max-width: #100px;
}
Re: postbody image resize and customize [phpBB3]
No. I have that code. The one i want is to make each picture that have been posted to get resized to the given size and make them with border and stuff but i don't want the smilies to be included.
Re: postbody image resize and customize [phpBB3]
Hello Marios94,
You can try this :
So long as your emoticons have an alt text, this should not affect them.
You can try this :
So long as your emoticons have an alt text, this should not affect them.
- Code:
.content img[alt=""] {
width:**px;
height:**px;
border:1px solid #F00;
}
Re: postbody image resize and customize [phpBB3]
the code you sent me works, but it makes the images of the signature and all the other images in posts like the ones i command in the posts!! 

Re: postbody image resize and customize [phpBB3]
Hmm..?
Try this :
Try this :
- Code:
.post .content div img[alt=""] {
width:**px;
height:**px;
border:1px solid #F00;
}
Re: postbody image resize and customize [phpBB3]
Hello Ange.
Still does that with the signature images!
To ask something else about this. Is there anyway to replace the image icon with the flash one and add its image. This would make it easier because with the flash button the images get perfect!
Although its something that i thought and i don't know if this can happen.
Or else we stick to the good css way!
Reminding that i am referring for PhpBB3 Version of forum.
Still does that with the signature images!
To ask something else about this. Is there anyway to replace the image icon with the flash one and add its image. This would make it easier because with the flash button the images get perfect!
Although its something that i thought and i don't know if this can happen.
Or else we stick to the good css way!
Reminding that i am referring for PhpBB3 Version of forum.
Re: postbody image resize and customize [phpBB3]
Mario 94,Can you post any link through which I can view the problem you are getting as by listening I am not getting what you are trying to explain.I know many codes to get the images the type we want in phpbb3 platform but before I can resolve your pronlem I want to see the image you are getting now.Reply soon so that I can help you out.
Click here
Click here
SabbakJohn- New Member
- Posts : 1
Reputation : 1
Language : English
Re: postbody image resize and customize [phpBB3]
The problem i am getting as i explained is that the images where the signature is and generally where the posts are get the same width and height as the images i am trying to customize. I don't leave the codes going if they are wrong so by giving you the link to the forum wouldn't do anything.



» Customize certain pages [Phpbb3]
» Image resize
» Update auto resize image or fixed size of image?
» About Resize image
» Is there any way I can customize the chatbox to show an image next to somebody's text?
» Image resize
» Update auto resize image or fixed size of image?
» About Resize image
» Is there any way I can customize the chatbox to show an image next to somebody's text?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum