Reply
Brief CSS Detective Help. One Field I think!
Old 06-02-2008, 11:01 AM Brief CSS Detective Help. One Field I think!
GeorgeB's Avatar
I Love Lamp

Posts: 990
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/topi...he-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?
__________________
New Knight Rider Forums - KnightRiderForums.com
Myspace Layouts 4 life!
Oh snap! Free Coupons Deals & Bargains @ CoolWebOffer.com!
GeorgeB is offline
Reply With Quote
View Public Profile Visit GeorgeB's homepage!
 
When You Register, These Ads Go Away!
Old 06-02-2008, 11:23 AM Re: Brief CSS Detective Help. One Field I think!
Super Talker

Posts: 122
<link type="text/css" rel="stylesheet" href="http://www.thirtyspace.com/plugins/tiny_mce/plugins/contextmenu/css/contextmenu.css"></link>
<link type="text/css" rel="stylesheet" href="http://www.thirtyspace.com/plugins/tiny_mce/themes/advanced/css/editor_ui.css"></link>
http://www.thirtyspace.com/plugins/t...ontextmenu.css
http://www.thirtyspace.com/plugins/t.../editor_ui.css
^^ doesn't exist

I'm not the best in CSS, but I had problems finding the classes for the div's in that section, can you post the code for the forums posts + css?

also, while trying to find the classes, all the links to css files in the header that are written above gave me a 404 error

sorry I couldn't help more as is :-/
kbfirebreather is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 11:43 AM Re: Brief CSS Detective Help. One Field I think!
GeorgeB's Avatar
I Love Lamp

Posts: 990
http://www.thirtyspace.com/orca/layo...n/css/main.css
http://www.thirtyspace.com/templates...ss/general.css

These 2 are the main CSS files that effect the forum layout.
__________________
New Knight Rider Forums - KnightRiderForums.com
Myspace Layouts 4 life!
Oh snap! Free Coupons Deals & Bargains @ CoolWebOffer.com!
GeorgeB is offline
Reply With Quote
View Public Profile Visit GeorgeB's homepage!
 
Old 06-02-2008, 12:18 PM Re: Brief CSS Detective Help. One Field I think!
GeorgeB's Avatar
I Love Lamp

Posts: 990
What's more troubling for me is I can see what appears to be the same setup over here and it works fine....

http://www.dobqop.com/orca/topic/Ut-...na-sed-sem.htm
__________________
New Knight Rider Forums - KnightRiderForums.com
Myspace Layouts 4 life!
Oh snap! Free Coupons Deals & Bargains @ CoolWebOffer.com!
GeorgeB is offline
Reply With Quote
View Public Profile Visit GeorgeB's homepage!
 
Old 06-02-2008, 02:23 PM Re: Brief CSS Detective Help. One Field I think!
angele803's Avatar
Perfectly Imperfect

Posts: 1,586
Name: Stephanie
Location: Oklahoma
There are 2 things you can do that I can see.

#1:
Change this:
Code:
<div style="background-color: transparent; height: 50px;" class="tbl_p_msg">
to this:
Code:
<div style="height: 50px;" class="tbl_p_msg">
or #2
change this:
Code:
<div style="background-color: #ffffff;" id="f_tbl">
to this:
Code:
<div style="background-color: black;" id="f_tbl">

Last edited by angele803 : 06-02-2008 at 02:27 PM.
angele803 is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 10:28 PM Re: Brief CSS Detective Help. One Field I think!
Arenlor's Avatar
Ultra Talker

Posts: 463
Name: Jerod Lycett
Location: /home/arenlor
Errm black == #000000, anyway, FF3 RC1 has no problem with it, Opera thinks a few things are wacky, but may just be rendering wrong is all. I don't see the white around the posts though (I'm on Linux, as such, no IE)
http://jigsaw.w3.org/css-validator/v...ning=1&lang=en
You should try to get those errors removed. (You can ignore the warnings of course)
You may also wish to validate your (x)html http://validator.w3.org/check?uri=ht...Inline&group=0
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to Brief CSS Detective Help. One Field I think!
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15910 seconds with 12 queries