|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Why isn't there a CSS forum?
Or were can I ask a CSS question??
Here's the question: How the hell do you set a CSS to apply to EVERYTHING on the page. I can only seem to do things in <p> tags or whatever.. well, if I don't want to use <p> tags, and I want my style to apply to everything on the page, what do I type? BODY {blahblahblah} ??? |
|
#2
|
|||
|
|||
|
You can ask your questions about CSS in the HTML & JavaScript forum.
__________________
Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. - Jamie Zawinski, in comp.lang.emacs |
|
#3
|
|||
|
|||
|
What do you mean by that:
You can use Code:
BODY
{
font-size: 12pt;
color: #000000;
}
like that??? |
|
#4
|
|||
|
|||
|
I'm gonna ask my questions in that other forum.. I have lots more now.
|
|
#5
|
|||
|
|||
|
DocHoliday I would suggest this program TopStyle for CSS it is a great product.
TopStyle Pro 2.5 It is a great CSS program and may answer all your questions before you have to ask. It only cost $49.95. This is one of the Prizes we are giving away in our Source Code Contest. If you would like to stop by and ask CSS questions we have a Forum on it. Internet CSS Forum
__________________
George - www.ipdg3.com Helping Developers and Programmers Find Resources Forums - Contests - Tutorials - Source Code ORB - Wireless Site - Online Gear |
|
#6
|
||||
|
||||
|
I don't know why there's no forum for CSS. Perhaps the authors of Devshed just didn't consider putting all possible forums up. But CSS is heavily related to HTML and Javascript. In fact, it's more like an extension to them, not a real scripting language on its own. So it make more sense to ask CSS question along with HTML & Javascript. After all, without a markup language, there's not much point in using CSS.
__________________
-- Tomi Kaistila -- Developer's Journal The more you learn, the more you know. The more you know, the more you forget. The more you forget, the less you know. |
|
#7
|
|||
|
|||
|
Or try:
http://www.gurusnetwork.com/cgi-bin...?ubb=forum&f=16 and (oh well its looks like ALA are down for repairs - but try here when they are up and running): http://www.alistapart.com/discuss/l...m=80&collapse=1 Anyone know anymore? Emperor |
|
#8
|
||||
|
||||
|
The spec is pretty terse, but it's a very good and informative reference:
http://www.w3c.org/Style/CSS/
__________________
Jon Sagara "Me fail English? That's unpossible!" |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Why isn't there a CSS forum? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|