Random Map

| News | Forums | Downloads | Clans | Extras |   
www.wormscc.co.uk Bringing Clans Together   
FAQFAQ | SearchSearch | MemberlistMemberlist | UsergroupsUsergroups | RegisterRegister | ProfileProfile | Log in to check your private messagesLog in to check your private messages | Log inLog in
WormsCC Main Site

 
Post new topic   Reply to topic    Worms Clan Council Forum Index -> Worm Talk
View previous topic :: View next topic  
Author Message
Plutonic
Site Admin


Joined: 03 Feb 2005
Posts: 882
Location: Bed

PostPosted: Sun Jan 15, 2006 10:54 pm    Post subject: WormsCC Main Site Reply with quote

Uh, yeah just to say i've added two of the old modules to the front page - still looks odd in fire fox but meh...
_________________


Back to top
View user's profile Send private message Visit poster's website
Solar



Joined: 04 Feb 2005
Posts: 549

PostPosted: Mon Jan 16, 2006 1:45 am    Post subject: Reply with quote

looks absolutley fine in my firefox
you are on about the wnet activity right ?
Back to top
View user's profile Send private message
Plutonic
Site Admin


Joined: 03 Feb 2005
Posts: 882
Location: Bed

PostPosted: Mon Jan 16, 2006 11:29 am    Post subject: Reply with quote

well, those big green bits and big black bits are not meant to be there.
Well try and work out where they come from another time though :p
_________________


Back to top
View user's profile Send private message Visit poster's website
lankymart



Joined: 07 Feb 2005
Posts: 17
Location: Somewhere in UK

PostPosted: Tue Jan 17, 2006 8:59 am    Post subject: Reply with quote

Plutonic wrote:
well, those big green bits and big black bits are not meant to be there.
Well try and work out where they come from another time though :p


Plut,

The reason for the thick black and greeny blue bits are this, your table definition for your accouncement boxes (uses same table layout) have the cellpadding set to 5px. This means that every cell in that table will be padded with a minimum of 5 px (top, left, right and bottom).
Code:
<table cellpadding="5" cellspacing="0" style="font-size:12px; width:100%;">

But you also try to use a table row to build a thin border of 1 px, but this will always come out bigger because of the padding.
Code:
<!-- Bit that sets the Black bar -->
<td style="height:1px; background-color:#000000;"></td>

Code:
<!-- Bit that sets the greeny blue bar -->
<td style="background-color:#009966;"></td>

Hope this helps! Very Happy
_________________

Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Plutonic
Site Admin


Joined: 03 Feb 2005
Posts: 882
Location: Bed

PostPosted: Tue Jan 17, 2006 12:42 pm    Post subject: Reply with quote

DOH! Trust me to do something stupid, and trust IE to hide it! Will look into that later, will make the tables alot more complex though.... never mind, were all on broadband now yes? Wink
_________________


Back to top
View user's profile Send private message Visit poster's website
Kevrpgfan
WCC SpaMMeR!


Joined: 03 Feb 2005
Posts: 991
Location: Somewhere in England.... I think =/

PostPosted: Sat Jan 21, 2006 1:48 am    Post subject: Reply with quote

Plutonic wrote:
well, those big green bits and big black bits are not meant to be there.
Well try and work out where they come from another time though :p


LOL u think thats bad... just look at my site in firefox Laughing
_________________


Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Worms Clan Council Forum Index -> Worm Talk All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
www.wormscc.co.uk Bringing Clans Together   
© Worms Clan Council 2005   



Powered by phpBB © 2001, 2002 phpBB Group