fixing a gap on a table header

D

dorayme

Sprechen Sie C++ said:
on my gaming site I have a gap on the upcoming games table

any idea on how to close the gap?

http://www.hardcore-games.tk/

"the" gap...

There is a gap you might not like that is eliminable by

body {margin: 0;}

and there are other gaps that you might not want. There is one
that could irritate due to your

#global {padding: 3px;}
 
S

Sprechen Sie C++

Here is my current style sheet

body {font-family: Arial, Helvetica, sans-serif; background-color: #EEEEEE;
text-align: justify;}
tr.bcc {background-color:#a3d6e7;border-collapse:collapse;}
td.c1 {background-color:yellow}
td.c2 {background-color:eek:range}
td.c3 {background-color:lime}
td.c4 {background-color:white}
td.c5 {background-color:aqua}
#global {max-width:1200px; margin:0 auto; background-color: #F7F7F7;
padding:3px}
..hl-yellow {color: #000000; background-color: #FFFF99;}
..centered {text-align: center;}
..code {font-family: "Courier New", Courier, monospace;margin: 0;padding: 0;}
..headline {text-align: center; font-size: 48px; background-color:
#00CCFF;font-weight: bold; font-style: normal;text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
..menu {text-align: center;font-size: 12px; border-spacing:
0px;font-weight: bold; font-style: normal;text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
..menubar{width: 100%; border-collapse:collapse;}
..x120p {font-size: 120%;}
..sr-table {border: 2px solid black;font-size:80%; width:36em; margin:0.5em 0
0.5em 1em; background:transparent;}
..upcoming {border: 2px solid black;margin: 5px; padding: 1px; text-align:
left; width: 40%; background:white}
..bc {border-collapse:collapse;}
 
D

dorayme

Sprechen Sie C++ said:
Here is my current style sheet

Styles can be seen from the url you gave, no need to quote them
here then. Talking about quoting, please quote to whom you are
replying, and the bits that are relevant.

<http://www.netmeister.org/news/learn2quote.html>

You are replying to

<dorayme-03791B.08570118072011@c-50-133-29-211.hsd1.mi.comcast.net
judging from header in your post where I suggested

"There is a gap you might not like that is
eliminable by

body {margin: 0;}

and there are other gaps that you might not want.
There is one that could irritate due to your

#global {padding: 3px;}"

These are suggestions for your CSS. What do you not understand
about this? In the case of the body margin just add an explicit
zero margin to the body element. As for the smaller rather
unnecessary gap, get rid of the padding instruction on the
element of id global. If you want some padding on left, you can
either assign just left padding to global via either padding-left
or via padding: 0 0 0 3px; or whatever combo you like. You can
also give padding to inner elements to avoid that appearance of a
uniform gap everywhere which you might not want.

body {font-fam...

(Is this bloke trolling and I am being suckered like an idiot?)
 
D

dorayme

Sprechen Sie C++ said:
I finally got it figured out using border-collapse

I am pretty fed up with your idiotic communication and attention
span. Go and get stuffed.
 
S

Sprechen Sie C++

"dorayme" wrote in message

Sprechen Sie C++ said:
I finally got it figured out using border-collapse

I am pretty fed up with your idiotic communication and attention
span. Go and get stuffed.
 
D

dorayme

Sprechen Sie C++ said:
Go take a long walk on a short pier

It can be done, I used to swim a K in a short Hong Kong hotel
pool when I was working there, very pleasant actually. No one
else in there, I experimented with figure 8s, no need to touch
and turn then. Fred Astaire and Ginger Rogers walked quite a bit
with dogs on a ship's short stretch set aside for such things.

Listen, Sprechen, read this carefully:

<http://www.afaik.de/usenet/faq/zitieren/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top