PDA

View Full Version : Need a bit of help


Zacman
08-11-2005, 10:24 PM
Can anyone tell me how i would go about padding my skin.

have alook at me pictures:

http://www.equinox-clan.co.uk/web_images/small.PNG

How one of my cat's is now

http://www.equinox-clan.co.uk/web_images/big.PNG

How i would like it to look


Just look at the space between the outer line and the plugin box line they are touching in the first pic, as i have not used the right hand column plugin spaces. Second picture is how i want it too look.

Anyone point me in the right direction? im useing a modified version of the Doom3 skin.

Robert_J_Ellis
08-12-2005, 12:47 AM
Originally posted by Zacman@Aug 11 2005, 06:24 PM
Can anyone tell me how i would go about padding my skin.

have alook at me pictures:

http://www.equinox-clan.co.uk/web_images/small.PNG

How one of my cat's is now

http://www.equinox-clan.co.uk/web_images/big.PNG

How i would like it to look
Just look at the space between the outer line and the plugin box line they are touching in the first pic, as i have not used the right hand column plugin spaces. Second picture is how i want it too look.

Anyone point me in the right direction? im useing a modified version of the Doom3 skin.
515


I wo'nt have time tonight, but tommorow I can look at this if someelse Has'nt figured it out for you. :)

- Robert

Zacman
08-12-2005, 11:47 PM
thanks :D

d_source
08-13-2005, 09:31 AM
Hi Zacman,

open the file design1.php & go to line 128.

You will see this line

if($column1)
echo '<td width="206" style="padding-right: 8px; padding-top: 8px; padding-bottom: 8px;" valign="top" align="right">';
else
echo '<td width="206" style="padding-right: 8px; padding-top: 8px; padding-bottom: 8px;" valign="top" align="right">';

Make your change at the *padding-right* & it will work

d_source

Zacman
08-13-2005, 02:17 PM
That changes the padding in this picture,

http://www.equinox-clan.co.uk/web_images/big.PNG

shown in the red circle. and it does not effect the padding show on the top picture

d_source
08-13-2005, 10:22 PM
Originally posted by Zacman@Aug 11 2005, 10:24 PM
Im useing a modified version of the Doom3 skin.
515


Can you attach your modified version "design1.php" of Doom so it would be easier
to look for the right thing. :rolleyes:

d_source

Zacman
08-13-2005, 10:36 PM
Originally posted by d_source@Aug 13 2005, 10:22 PM
Can you attach your modified version "design1.php" of Doom so it would be easier
to look for the right thing. :rolleyes:

d_source
611


sure

Robert_J_Ellis
08-14-2005, 04:06 AM
Thanks D_Source :); I'd been working last night.

Originally posted by Zacman@Aug 13 2005, 06:36 PM
sure
612

d_source
08-14-2005, 02:16 PM
Originally posted by Robert_J_Ellis@Aug 14 2005, 04:06 AM
Thanks D_Source :); I'd been working last night.
617


No problem...


Hi Zacman,

i hope I have fixed your problem...

the only thing what you have to do is playing
with the padding...

have a try...

d_source

[attachmentid=74]

Zacman
08-14-2005, 02:55 PM
although thats changed the padding to the right on the pages with only the middle and left column used, its also changed the padding when all columns are used. take a look at the home page:

www.equinox-clan.co.uk

Zacman
08-14-2005, 03:13 PM
I have edited a bit myself, mainly trial and error :)

I only need to sort 2 things out making the plugins in the left and right coloumn a bit bigger and sorting out the image gallery, will post a pic after.

ok when you havent got a clue what your looking for this is quite difficult :P

The padding is great now! its just the plugins on the left and right columns are too small.


So how would i go about getting the padding from the new design1.php and the plugin widths of the old design1.php

Zacman
08-14-2005, 04:13 PM
Ok i have done it :D

I removed the td width 100% out of the code you put in and it seemed to work.

Here is what i got to in the end:


[edit] wrong! i havent done it, the home page looked fine but the rest of the pages looked stupid. So again im stuck on making the left and right column plugins a little bigger. Its no major biggie, it would just be the icing on the cake :D

d_source
08-16-2005, 05:32 PM
Originally posted by Zacman@Aug 14 2005, 04:13 PM
Ok i have done it :D

I removed the td width 100% out of the code you put in and it seemed to work.

Here is what i got to in the end:
[edit] wrong! i havent done it, the home page looked fine but the rest of the pages looked stupid. So again im stuck on making the left and right column plugins a little bigger. Its no major biggie, it would just be the icing on the cake :D
626



Is it working for you ?

I have looked to your page & it looks not bad ! :blink:

d_source