Jump to content
xisto Community

Recommended Posts

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 :lol: 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

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

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

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

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 blog

Anyway, 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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.