MyBB Community Forums

Full Version: fix forum table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to fix my table where my buttons is located (Email, PM, Find, Rep,...) and I can't get the bottom of the table to go up a few pixels so that the buttons border is touching the top and bottom of the table. Can anyone help me?

Preview: http://gyazo.com/eaef1fe0a327afa4332e02be1cc42751
Website: http://comingsoon.visualizeedits.com/thread-2.html
(2013-08-05, 11:56 PM)VisualizeEdits Wrote: [ -> ]I'm trying to fix my table where my buttons is located (Email, PM, Find, Rep,...) and I can't get the bottom of the table to go up a few pixels so that the buttons border is touching the top and bottom of the table. Can anyone help me?

Preview: http://gyazo.com/eaef1fe0a327afa4332e02be1cc42751
Website: http://comingsoon.visualizeedits.com/thread-2.html

Edit : Nevermind I was looking at the wrong thing, sorry.
(2013-08-05, 11:56 PM)VisualizeEdits Wrote: [ -> ]I'm trying to fix my table where my buttons is located (Email, PM, Find, Rep,...) and I can't get the bottom of the table to go up a few pixels so that the buttons border is touching the top and bottom of the table. Can anyone help me?

Preview: http://gyazo.com/eaef1fe0a327afa4332e02be1cc42751
Website: http://comingsoon.visualizeedits.com/thread-2.html

There will be a few postbit_x templates, where "x" is each for like PM, find, etc. In each of those templates is a link (<a> tag). The <img> tag in the anchor tag has a styling of margin-bottom to -5px (inline styled, btw). Changing that to -1px made it look right on my Mac. But your results may vary a bit.

Box models and random spacing really isn't my thing in CSS Toungue. But hopefully this works for you.

EDIT: I thought I'd replied by PM. The postbits are almost the same Toungue.
(2013-08-06, 02:24 AM)Josh H. Wrote: [ -> ]
(2013-08-05, 11:56 PM)VisualizeEdits Wrote: [ -> ]I'm trying to fix my table where my buttons is located (Email, PM, Find, Rep,...) and I can't get the bottom of the table to go up a few pixels so that the buttons border is touching the top and bottom of the table. Can anyone help me?

Preview: http://gyazo.com/eaef1fe0a327afa4332e02be1cc42751
Website: http://comingsoon.visualizeedits.com/thread-2.html

There will be a few postbit_x templates, where "x" is each for like PM, find, etc. In each of those templates is a link (<a> tag). The <img> tag in the anchor tag has a styling of margin-bottom to -5px (inline styled, btw). Changing that to -1px made it look right on my Mac. But your results may vary a bit.

Box models and random spacing really isn't my thing in CSS Toungue. But hopefully this works for you.

I tried that and it just make the space bigger and when I increase the value, it starts bringing the img down making space on the top. It's hard to explain and inline style? What's the CSS for that?

Here is what I tried. I tried to use margin-bottom: 4px on the entire row but it did nothing. Sad
http://gyazo.com/c166e7ceba91b6587b77508019c44109

I tried to add it to my tbody and it did nothing. Sad
http://gyazo.com/b8305883055ccae8266c373567c08059