Alliedassault           
FAQ Calendar Search Today's Posts Mark Forums Read
Go Back   Alliedassault > Lounge > Offtopic
Reload this Page .CSS Style sheets
Offtopic Any topics not related to the games we cover. Doesn't mean this is a Spam-fest. Profanity is allowed, enter at your own risk.

Reply
 
Thread Tools Display Modes
.CSS Style sheets
Old
  (#1)
Poseidon is Offline
2nd Lieutenant
 
Posts: 3,358
Join Date: Jul 2003
Location: Good ol' England!
   
Default .CSS Style sheets - 12-18-2004, 05:16 AM

Not sure if you know much about .css files, but i'm doing HTML at college and part of a assignment is to integrate a .css style sheet into my website.

I've got my css file to work but i have a few tables in the website and the styling of the text doesnt seem to be changing inside these tables... but is working for everything out of the tables.

Is there something else i need to add?

This is what i have in my css file:

[code:278e9]
body {
background-color: #769FA6;
Font-size: 12;
color: #EAF8F8;
font-family: Verdana, Geneva, Arial, sans-serif;
}

a:link {
color: #EAF8F8;
}

a:visited {
color: #EAF8F8;
}[/code:278e9]

This is the code in the website retriving the css file information:
[code:278e9]<link rel="stylesheet" type="text/css" href="cssfile.css">[/code:278e9]
This is placed in the head part of my site.

Anyone got any ideas?
  
Reply With Quote
Old
  (#2)
Bleuachdu is Offline
Senior Member
 
Posts: 2,345
Join Date: Apr 2002
Location: Detroit, MI
  Send a message via AIM to Bleuachdu  
Default 12-18-2004, 09:59 AM

Define a new style for the "table"

[code:13d7e]table {
Font-size: 12;
color: #EAF8F8;
font-family: Verdana, Geneva, Arial, sans-serif;
} [/code:13d7e]
  
Reply With Quote
Old
  (#3)
Poseidon is Offline
2nd Lieutenant
 
Posts: 3,358
Join Date: Jul 2003
Location: Good ol' England!
   
Default 12-18-2004, 10:37 AM

Blitz refered me to a site on IRC, this said i had to add:

body, TH, TD {

to the beginning of my code! It worked but thanks anyway!
  
Reply With Quote
Reply


Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.