Automatic align images and videos
3 posters
Page 1 of 1
Automatic align images and videos
Hello. I want this code that makes the images and the videos automatic align to center.
For example is i put a picture in the forum, without aligning it to the center, to go automatic to align center.. can i do that?
Vesion: Punbb
For example is i put a picture in the forum, without aligning it to the center, to go automatic to align center.. can i do that?
Vesion: Punbb
Last edited by Marios94 on November 26th 2013, 1:32 pm; edited 1 time in total (Reason for editing : forgot vesion)
Re: Automatic align images and videos
You can do this however, this would affect the emoticons in your posts as they're images too.
CSS:
CSS:
- Code:
.postmain .postbody img{
display:block;
margin:0 auto;
}
Re: Automatic align images and videos
No i don't want that!
Forget the image... Can i do it for the video too? And if yes, how can i change the default border of youtube to something more beautiful?
Forget the image... Can i do it for the video too? And if yes, how can i change the default border of youtube to something more beautiful?
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: Automatic align images and videos
This code you gave me, i added a border for the videos, but it took the border to the top 2014 counter...
Is there any way we can take it off?
I have this in the css for the counter..
Is there any way we can take it off?
I have this in the css for the counter..
- Code:
#noel_deco_swf{
position:absolute !important;
margin:33px 0px 0px 40px;
}
Re: Automatic align images and videos
My mistake try this to keep it to posts only:
- Code:
.postmain .postbody embed{
display:block;
margin:0 auto;
}
Re: Automatic align images and videos
ok i will try it in a bit cause it appears that something went wrong and my forum changed completely..
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: Automatic align images and videos
closed
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!
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Automatic align images and videos
Yes Solved!
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!
Similar topics
» How do I disable the option to post direct images or videos?
» System of automatic pagination on the images (except functional script on a technicality)
» Vertical align not working in table.
» Iframe Center Align (Horizontal)
» like showing images in mobile version is possible to active the links in images
» System of automatic pagination on the images (except functional script on a technicality)
» Vertical align not working in table.
» Iframe Center Align (Horizontal)
» like showing images in mobile version is possible to active the links in images
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum