CSS Detective Needed!

Discussion in 'CSS' started by GeorgeB., Jun 2, 2008.

  1. #1
    I've been racking my brain and I know I'm missing something simple!!

    If you look at this URL: (http://www.thirtyspace.com/orca/topic/Just-testin-out-the-boards-.htm) the forum posts look fine except for some white around the post text itself.

    Can anyone tell where in the CSS I can change that to #000000?

    NOTE: this site seems to be using the EXACT same CSS as me but theirs doesn't have the whitespace.
     
    GeorgeB., Jun 2, 2008 IP
  2. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #2
    Hi thanks but that's the text color.

    No offense but I need someone who actually knows more about CSS than I do (which isn't much) :D
     
    GeorgeB., Jun 2, 2008 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    You've got light gray margins all through the css. For example, from main.css
    #f_tbl .tbl_p_msg { /*main.css (line 616)*/
    background-color:#000000;
    background-image:url(../img/author_bg.gif);
    background-repeat:repeat-y;
    border-bottom:1px solid #B5B5B5;
    …
    Code (markup):
    You'll just have to find those instances and remove the property/value pair.

    cheers,

    gary
     
    kk5st, Jun 2, 2008 IP