Jump to content
xisto Community
Sign in to follow this  
iGuest

about css

Recommended Posts

Hello everyone, i am a newbie of webdesigner, just heard about CSS.can anyone feel free to have a introduction about css?is it a format or something :?:

Share this post


Link to post
Share on other sites

CSS is a very useful thing. Here is explanation. I am quoting from this website: http://forums.xisto.com/no_longer_exists/

CSS, is a flexible form of code designed to compliment and enhance HTML. It is used to set pre-defined styles for individual page elements, complete pages and/or web sites. Results are reflexed in more control over formatting, time savings in coding, and bandwidth used to render pages.
CSS allows for the introduction of elements that are not supported by ordinary HTML tags. It can be used to format fonts, backgrounds, tables, and used in page layout. It is accomplished by defining styles for existing HTML tags, or creating new styles called "classes".

It can be placed in your HTML documents in one of two ways, inline coding or an external style document. The inline CSS method is placed directly into a web page. It can be contained within the <HEAD> tags, or used within individual HTML tags, or a combination of both. Using the external method you place your styles in a single file document and link it to your pages. With this method you can set the format for a complete web site, and have only one file to edit. When the changes are made they will apply themselves to the complete site.


Here is a very good introudscution to CSS: http://wendypeck.com/css101.html

and an even better one: http://forums.xisto.com/no_longer_exists/

and http://forums.xisto.com/no_longer_exists/

CSS is really cool because for me it allowed me to edit the whole look of my website in one go and made my website soooo much easier to handle.

Dreamweaver can be used for writing CSS, but basic notepad can be used to write it manually which is what I do.

skyglow1

Share this post


Link to post
Share on other sites

its hard to write yourself...juz download the themes you want and install them...

Not at all, I've written like a 5kb default.css file, its not hard to do, and gives you great control if you write it yourself.

skyglow1

Share this post


Link to post
Share on other sites

Well I guess you don't like long lines of code :D I don't think whitespace affects it, you can put a whole thing on 1 line or indent it in coding style.skyglow1

Share this post


Link to post
Share on other sites

No, whitespace does not affect your CSS in the least.  :D

Wich is not to say one shouldn't use some whitespace here and there to break those long lines of code up into more visually manageable portions :D

Share this post


Link to post
Share on other sites

Thanks! Very useful info as I was just about to post a question as to what CSS really was....thanks so much! These forums are a mother load of info for us newbies!

CSS is a very useful thing. Here is explanation. I am quoting from this website: http://forums.xisto.com/no_longer_exists/

 

CSS, is a flexible form of code designed to compliment and enhance HTML. It is used to set pre-defined styles for individual page elements, complete pages and/or web sites. Results are reflexed in more control over formatting, time savings in coding, and bandwidth used to render pages.

 

CSS allows for the introduction of elements that are not supported by ordinary HTML tags. It can be used to format fonts, backgrounds, tables, and used in page layout. It is accomplished by defining styles for existing HTML tags, or creating new styles called "classes".

 

It can be placed in your HTML documents in one of two ways, inline coding or an external style document. The inline CSS method is placed directly into a web page. It can be contained within the <HEAD> tags, or used within individual HTML tags, or a combination of both. Using the external method you place your styles in a single file document and link it to your pages. With this method you can set the format for a complete web site, and have only one file to edit. When the changes are made they will apply themselves to the complete site.

Here is a very good introudscution to CSS: http://wendypeck.com/css101.html

 

and an even better one: http://forums.xisto.com/no_longer_exists/

 

and http://forums.xisto.com/no_longer_exists/

 

CSS is really cool because for me it allowed me to edit the whole look of my website in one go and made my website soooo much easier to handle.

 

Dreamweaver can be used for writing CSS, but basic notepad can be used to write it manually which is what I do.

 

skyglow1

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • 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.