john_meikle 0 Report post Posted June 30, 2005 Well Since Someone Told Me That CSS is The "In Thing" Im trying to figure out How to use CSS, I Want To Create My Own CSS File, Not Some Template from OSWD.org :rolleyes:First Of All, How Do I Make a CSS Template Like EzyRewards.com, the Square Round Silver Boxes, ive made a Banner and a Top Search Bar below the Banner I Done It in Tables, and I Want a More Professional Written Site, Thats Why I Want To Create a CSS File !So is there any Tutorials on CSS or any Pointers etc.Much appreciated if You Help ! :DThank You Share this post Link to post Share on other sites
snlildude87 0 Report post Posted June 30, 2005 There are a bunch of rounded corner generators out there that you can use. I don't have one on hand right now, but I'm sure Google does. Ask it.As for where to learn CSS, w3schools is a good place: http://www.w3schools.com/css/default.asp Share this post Link to post Share on other sites
htmlmaster 0 Report post Posted June 30, 2005 The W3schools is my favorite CSS learning resource, however it is extremely simple, so I can teach you the basics. First of all I recommend that you link to a stylesheet on your website, this saves you lots of time, to link to a stylesheet use this code: <link rel="stylesheet" type="text/css" href="stylesheetname.css" />Now to work on that stylesheet, CSS has an extremely simple syntax:selector {property: value}The selector is the name of that part of the stylesheet for instance, body. The property is what attribute you want to change, and the value is how you change it, for example:body {color: #CCCCCC}What I just did was make the body font color grey. Link the stylesheet to the HTML document, as shown above, and the font color will be grey, unless otherwise specified.You can view a full tutorial on CSS at my website's HTML tutorial section http://www.webmasterforum.buildtolearn.net/index/htmltutorials.html also. Share this post Link to post Share on other sites
fffanatics 0 Report post Posted July 1, 2005 HTMLMaster gave you some good basics and the website linked is wonderful. Basically to make a layout with CSS you use nested divs and span tags that each have either an id or a class name where they get their properties. You can check out my site cause it is done in all CSS. The link is in my sig. If you have any other questions feel free to PM me or something. Share this post Link to post Share on other sites
Tyssen 0 Report post Posted July 1, 2005 Some more excellent CSS resources: A List Apart Position is Everything Listamatic Stu's Site Zeldman.com Simplebits HTML Dog  And to be inspired by the possibilities of CSS: CSS Zen Garden Share this post Link to post Share on other sites
rustypaulin 0 Report post Posted July 5, 2005 here's a quite basic CSS tutorial that i found very useful as it is so simple and well worded Share this post Link to post Share on other sites
rustypaulin 0 Report post Posted July 5, 2005 i forgot thwe link sorryhere it is http://www.gamerenders.com/forum/index.php?showtopic=66508 Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted July 5, 2005 another good suggestion would be get templates that come with css and see how it works you can't really code css unlss you have an understanding of how it works. Share this post Link to post Share on other sites
FLaKes 0 Report post Posted July 6, 2005 Hey, I have this really cool web page of a European girl named Verlee. Actually its her blog I think. You can find her web page on the following link: Verlees blogAnyway, on her page there is an 8 step tutorial on how to make a complete web page without any tables. Dont worry about thinking that 8 steps will take you forever it really wont. The first three or four are about the graphics, and you can download them if you dont have time to do them. It took me about 3 hours to complete the eight step tutorial, and at the end she has a pdf file with a lot of links to css resources.I really recommend you take this tutorial its a really good way to start learning css, because she explains everything with so much detail that it will be hard to not understand. Good Luck Share this post Link to post Share on other sites
HotArt 0 Report post Posted July 17, 2005 http://www.w3schools.com/ yeah u can use this site! But better use some program to make css! It is easy to make the css file with Macromedia Dreamweaver! Make some botten or some other staf and edit it in word pad ! i thinkk it is cool to make whis word pad, but in start better use some program! The Microsoft Front Page is not best thing to use! Share this post Link to post Share on other sites