Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
When I start to type It looks normal and then when I press submit it looks like this
<----
I hate it when this happens D: please fix
what is the space in the middle?
Offline
Stop using smileys then
@D55
.pun .postmsg .postimg img {
margin: -3px 0 !important;
}
Edit, use this:
.pun .postmsg .postimg img[width] {
margin: -3px 0 !important;
}
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
:O it all makes sense now but to test here
Test 2: with space between smileys
Summary:
yep I should use smileys less : P
Offline
Stop using smileys then
@D55
.pun .postmsg .postimg img { margin: -3px 0 !important; }
Could have sworn I already did something like this but now that I think about it more I might have just been centering it vertically on the text last time. Thanks, Koya.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Koya wrote:Stop using smileys then
@D55
.pun .postmsg .postimg img { margin: -3px 0 !important; }
Could have sworn I already did something like this but now that I think about it more I might have just been centering it vertically on the text last time. Thanks, Koya.
It's no problem *tips sombrero*
Edit: whoops, forgot smileys are added just like any other image
If you can make it so smileys have a different class then do what I said, but otherwise leave it.
I should have tested the edit on the forum rather than this one case.
Solution:
.pun .postmsg .postimg img[width] {
margin: -3px 0 !important;
}
This is assuming that smileys are the only images which are added in with a width or height attribute
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Different55 wrote:Koya wrote:Stop using smileys then
@D55
.pun .postmsg .postimg img { margin: -3px 0 !important; }
Could have sworn I already did something like this but now that I think about it more I might have just been centering it vertically on the text last time. Thanks, Koya.
It's no problem *tips sombrero*
Edit: whoops, forgot smileys are added just like any other image
If you can make it so smileys have a different class then do what I said, but otherwise leave it.
I should have tested the edit on the forum rather than this one case.Solution:
.pun .postmsg .postimg img[width] { margin: -3px 0 !important; }
This is assuming that smileys are the only images which are added in with a width or height attribute
I got your back, jack. When I added it in, I swapped out 'img' for '.smiley' and removed !important since all smiles have that class.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Koya wrote:Different55 wrote:Koya wrote:http://i.imgur.com/huNFv8v.png
Stop using smileys then
@D55
.pun .postmsg .postimg img { margin: -3px 0 !important; }
Could have sworn I already did something like this but now that I think about it more I might have just been centering it vertically on the text last time. Thanks, Koya.
It's no problem *tips sombrero*
Edit: whoops, forgot smileys are added just like any other image
If you can make it so smileys have a different class then do what I said, but otherwise leave it.
I should have tested the edit on the forum rather than this one case.Solution:
.pun .postmsg .postimg img[width] { margin: -3px 0 !important; }
This is assuming that smileys are the only images which are added in with a width or height attribute
I got your back, jack. When I added it in, I swapped out 'img' for '.smiley' and removed !important since all smiles have that class.
aww snap I could use them again
test 1
Test 2: with space between
:batman:
EDIT: It works!!!
Offline
Pages: 1
[ Started around 1738492953.1158 - Generated in 0.057 seconds, 12 queries executed - Memory usage: 1.52 MiB (Peak: 1.68 MiB) ]