PDA

View Full Version : How to move Folding stats around in sig?


GHoosdum
28 Aug 2003, 10:10pm
I need to bump my stats over by about 50 pixels to the right in my sig... is there a way to do this in the script? I tried a few things, but I don't know what variable is what, so I only succeeded in making my sig 50 pixels longer and did put the stats where they need to go, but it also made the sig pic start to wrap... so Spike's face showed up on the left AND the right, and I don't want that...

Lincoln
28 Aug 2003, 10:36pm
It's center or nothing with the way the script is currently written. Sorry man :(

GHoosdum
28 Aug 2003, 10:57pm
Oh well. Thanks, Keebs. For now, I guess I'll jus thave two Spikes!

TheSmJ
29 Aug 2003, 1:51am
You could split that image into two, and make a table.

Place each image in order in each cell, and place the stats where you want within that cell the cell of your choice.

Thrax
29 Aug 2003, 1:53am
The table would leave a gap between the upper and lower half of the image.

TheSmJ
29 Aug 2003, 2:02am
not less you tell it not to... I think.

I'll try it. I used to do it back when I made the old webpages.

//edit: Hang on, what if you used the [noborders] and [nocellspacing] taggs?...

or is it cellspacing=0...? I can't remember.

Enverex
29 Aug 2003, 10:21am
Using Cellspacing 0, Cellpadding 0 and Border 0, there shouldn't be a gap at all. If there was then you could use "style" to set the margins or padding to minus figures to manually realign the cells.

NS