Official Everybody Edits Forums

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.

#1 2015-11-13 00:39:57, last edited by Prodigy (2015-11-13 00:40:51)

Prodigy
Member
From: The United States of America
Joined: 2015-07-15
Posts: 2,613

What is this?

When I start to type It looks normal and then when I press submit it looks like this
MnCU6QE.png <----
I hate it when this happens D: please fix
what is the space in the middle?


h0qIF0q.png

Offline

#2 2015-11-13 00:42:44, last edited by Koya (2015-11-13 01:16:11)

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: What is this?

huNFv8v.png

Stop using smileys then //forums.everybodyedits.com/img/smilies/wink


@D55

.pun .postmsg .postimg img {
    margin: -3px 0 !important;
}

Edit, use this:

.pun .postmsg .postimg img[width] {
    margin: -3px 0 !important;
}

jLkY90P.png


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#3 2015-11-13 00:47:24, last edited by Prodigy (2015-11-13 00:48:05)

Prodigy
Member
From: The United States of America
Joined: 2015-07-15
Posts: 2,613

Re: What is this?

:O it all makes sense now but to test here

//forums.everybodyedits.com/img/smilies/smile
//forums.everybodyedits.com/img/smilies/big_smile
//forums.everybodyedits.com/img/smilies/cool
https://wiki.everybodyedits.com/images/5/5a/017_superman

Test 2: with space between smileys
https://wiki.everybodyedits.com/images/5/5b/024_fan_boy

https://wiki.everybodyedits.com/images/0/06/100_fan_boy_II

https://wiki.everybodyedits.com/images/8/87/055_purple_ghost

https://wiki.everybodyedits.com/images/5/58/040_ghost

Summary:
yep I should use smileys less : P


h0qIF0q.png

Offline

#4 2015-11-13 00:50:20

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: What is this?

Koya wrote:

huNFv8v.png

Stop using smileys then //forums.everybodyedits.com/img/smilies/wink


@D55

.pun .postmsg .postimg img {
    margin: -3px 0 !important;
}

jLkY90P.png

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

#5 2015-11-13 00:51:17, last edited by Koya (2015-11-13 01:04:03)

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: What is this?

Different55 wrote:
Koya wrote:

huNFv8v.png

Stop using smileys then //forums.everybodyedits.com/img/smilies/wink


@D55

.pun .postmsg .postimg img {
    margin: -3px 0 !important;
}

jLkY90P.png

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


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#6 2015-11-13 01:45:12

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: What is this?

Koya wrote:
Different55 wrote:
Koya wrote:

huNFv8v.png

Stop using smileys then //forums.everybodyedits.com/img/smilies/wink


@D55

.pun .postmsg .postimg img {
    margin: -3px 0 !important;
}

jLkY90P.png

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

Wooted by: (2)

#7 2015-11-13 14:44:33, last edited by Prodigy (2015-11-13 14:45:00)

Prodigy
Member
From: The United States of America
Joined: 2015-07-15
Posts: 2,613

Re: What is this?

Different55 wrote:
Koya wrote:
Different55 wrote:
Koya wrote:

http://i.imgur.com/huNFv8v.png

Stop using smileys then //forums.everybodyedits.com/img/smilies/wink


@D55

.pun .postmsg .postimg img {
    margin: -3px 0 !important;
}

http://i.imgur.com/jLkY90P.png

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 //forums.everybodyedits.com/img/smilies/big_smile I could use them again

test 1
//forums.everybodyedits.com/img/smilies/big_smile
//forums.everybodyedits.com/img/smilies/smile
//forums.everybodyedits.com/img/smilies/cool

Test 2: with space between

https://wiki.everybodyedits.com/images/0/06/100_fan_boy_II

https://wiki.everybodyedits.com/images/5/5a/017_superman

:batman:

https://wiki.everybodyedits.com/images/8/87/055_purple_ghost

EDIT: It works!!!


h0qIF0q.png

Offline

Prodigy1447422273558672

Board footer

Powered by FluxBB

[ Started around 1738482425.1319 - Generated in 0.058 seconds, 12 queries executed - Memory usage: 1.51 MiB (Peak: 1.67 MiB) ]