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.
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)
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