MajesticTreeFrog 0 Report post Posted January 22, 2005 Is there a good site that teaches how to use CSS? I would really like to master it. Share this post Link to post Share on other sites
pbolduc 0 Report post Posted January 22, 2005 I just downloaded this one yesterday. It's a good basic beginner's ttutorialhttps://www.sitepoint.com/store/the-css3-anthology-4th-edition/It is a free version of a more indepth ebook.pete Share this post Link to post Share on other sites
pixelsmack 0 Report post Posted January 22, 2005 i know i always say it but w3schools is still the daddy, it has successfully solved all of my CSS problems for me. There are a huge number of tutorials as well as some examples to play with. it is possible if you use dreamweaver to basically let it write the file for you thogugh, Visual Studio .net also allows it so maybe some other IDE would also be good for it, i don't know. Share this post Link to post Share on other sites
MajesticTreeFrog 0 Report post Posted January 23, 2005 i know i always say it but w3schools is still the daddy, it has successfully solved all of my CSS problems for me. There are a huge number of tutorials as well as some examples to play with. it is possible if you use dreamweaver to basically let it write the file for you thogugh, Visual Studio .net also allows it so maybe some other IDE would also be good for it, i don't know. <{POST_SNAPBACK}> Thanks for the link, I will see what I can do with that. Share this post Link to post Share on other sites
ChronicLoser 0 Report post Posted January 24, 2005 in my opinion, css is something you can master by looking at the coding of others and by checking out little tutorials throughtout google. It's pretty straightforward and simple, unlike actual programming web codes like php and javascript. But it's still mighty useful and almost a neccesity for websites (unless you plan to do it all in flash...) Share this post Link to post Share on other sites
Brian1405241474 0 Report post Posted January 26, 2005 I learned CSS from http://www.yourhtmlsource.com/stylesheets/introduction.html. And here is a really good place with all the (or at least most of) the CSS code: <http://www.tizag.com/cssT/reference.php> It's were I go for a quick reference to get all my CSS code.CSS is really nice, specially if you have one external Style Sheet for your whole web site, it makes updateing themes and colors so much easier. Have fun! Share this post Link to post Share on other sites
sxyloverboy 0 Report post Posted January 29, 2005 this is a very goos site for learning css. try ithttp://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
cobaltchloride 0 Report post Posted January 30, 2005 To learn css try W3Schoolshttp://www.w3schools.com/ +++++++++++++ CobaltChloride Share this post Link to post Share on other sites
Space Orangutan #2 0 Report post Posted January 31, 2005 I just used W3Schools cause it tells you all the tags, or at least most, and then lets you try them out. Using code to change font color and such in your html document is somewhat similar to coding in your css doc so you should wamr up to it quickly. Share this post Link to post Share on other sites