|
|
|
|
|
|
Posted: Mon Mar 20, 2006 8:20 am
How can I add a bottom margin to my signature?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 1:59 pm
Well, if #signature {margin-bottom: __px; } doesn't work, you can try this:
body {padding-bottom: __px; }
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 2:19 pm
Those codes just seem to make my signature box slightly larger and make the picture move down inside the box. Im trying to create some space at the bottom of my profile, sorry if that wasn't clear ^^;
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 2:41 pm
I figured that's what you were doing.
They shouldn't change anything actually inside your signature box though. Both of those codes affect things outside the box. I don't know why it would appear to do that.
Well, since you have the majority of boxes set to scroll, the height of your profile won't change very much, so you could always specify the height of #site to be taller than all of your profile.
#site {height: ____px; }
I'd start off with a huge number, like 2000px, and the work back from there until you get it to the height you want.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 11:53 pm
Thank you for that, where should I insert the site code?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue Mar 21, 2006 12:31 am
You can just stick it after the rest of your coding. It doesn't need to be anywhere specific.
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|