Skipjackrick Posted March 6, 2008 Share Posted March 6, 2008 Anybody know of good CSS tutorials? Or references? some sites? Quote Link to comment Share on other sites More sharing options...
haku Posted March 6, 2008 Share Posted March 6, 2008 First, get rid of and stop using align="center". It doesn't exist in the XHMTL language, and you have set your doctype to XHTML. Next, set the css for your table to look like this: table { border-collapse: collapse; margin: 0 auto; } That will center both tables for you. Nice design by the way! Looks good. Simple, but very easy to read with good colors. Quote Link to comment Share on other sites More sharing options...
jerry_sidower Posted March 12, 2008 Share Posted March 12, 2008 Here, Check out http://www.tutorialized.com/ They have a huge collection of tutorials covering a vast range of topics. If you're looking to learn CSS for the first time check out http://www.davesite.com/webstation/css/ It's an interactive CSS tutorial that teaches you by letting you work with the code and see the results. Cheers, -Jerry Sidower Quote Link to comment Share on other sites More sharing options...
thetar Posted March 17, 2008 Share Posted March 17, 2008 not a tutorial, but i good reference is always www.w3schools.com Quote Link to comment Share on other sites More sharing options...
phpserver Posted March 17, 2008 Share Posted March 17, 2008 w3schools.com.If you don't grab the concept try,css.cn ;D Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted March 18, 2008 Share Posted March 18, 2008 This is the beginner to css's best resource (many of us pros still bookmark it): The venerable max design "selectutorial" This will teach you the most important basic rules of css in a clear, concise and palatable way. It is crucial to know this first in order to avoid massive frustration later trying to figure out why your css element isn't working. And while you are there, the listomatics, listutorial and floatutorial are also must visits. Bookmark it! You will come back to it often while learning. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.