how do you get your own,costumize, or download your own { Cascading Style Sheet }? Also what is that?
i want to know so i con costumize my profile a veoh which requires this to costumize it. my veoh = maruader20
Public Comments
- W3C.org has a good learning site. It's at: http://www.w3.org/Style/CSS/ and Eric Meyer knows a lot too: http://meyerweb.com/eric/css/ But really, you can just start with Leslie Franke's cheat sheet over at lifehacker, and experiment with it. http://lifehacker.com/software/css/css-cheat-sheet-225323.php Cascading Style Sheets allow web page designers to separate the actual text; all the content, from the meta-text, or formatting code, that determines how it's displayed. In other words, it separates content from style to free the designer from tedious inline repetition of formatting code. It can be included in the head section of the page it's controlling, or inline, that is, sprinkled in between the code on the page's source, or it can even be in a separate file elsewhere on the web where all you do is make a call to it with a script tag in the head section of your page. You can get hundreds of great CSS tutorials just by doing a Google search on them. Type in "CSS tutorials" in the Google search box. Some things you'll need to keep in mind with your CSS: Some CSS code behave differently in different browsers, and you should be aware of the "Document Type" you're working with. By the way, the word that you wanted to say was, "Customize," as in, "to make it custom." And oh yeah, whatever that "maruader20" refers to, shouldn't the spelling of it be, "marauder20?" I'm just saying. Hope that helps. Mitch
Powered by Yahoo! Answers