FREE Gambling Affiliate Tips - Join Our Newsletter -

Welcome to Casino Affiliate Programs! If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.


+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Member islandmaan's Avatar
    Join Date
    Oct 2003
    Location
    Curacao
    Posts
    752
    Blog Entries
    1
    Thanks
    2
    Thanked 42 Times in 17 Posts
    Rep Power
    9

    Default Thoughts on CSS?

    Can I have your opinion on using CSS while doing your site designs? I look at alot of the link pages and most of them do not use this.

    Is it a good way to build and modify your sites? What is the big plus or minus in using this. I would appreciate your thoughts on this.

    Brian
    Reply With Quote
  2. #2
    Member Engineer's Avatar
    Join Date
    Nov 2004
    Posts
    2,644
    Thanks
    880
    Thanked 597 Times in 319 Posts
    Rep Power
    10

    Default

    I use CSS on my site. I highly recommend it, especially if you're planning to have a very large site with many pages. It's definitely worth the time to learn about it.

    With CSS, you can change the look of your entire website with just one file. You can change background colors, font sizes, font types, heading sizes, link colors, link mouseover effects, spacing between paragraphs, colors behind paragraphs, the width of the page, left/center justification, etc. This list goes on and on.

    As I said, this is especially useful if you have a very large site. If you ever want to change the appearance of the site, all you do is change the CSS file, and every page within the site will be affected.

    Another advantage of CSS is that it speeds up the load time of your pages. Instead of having a bunch of formatting code on each and every page of your site, it's all contained in one CSS file. Since the page has less code behind the scenes, it loads faster.

    CSS also makes it easier for search engines to get through your site, because there's less markup to wade through. Less markup, more content.

    It's ideal if the search engines find your content first. The first 25 words a search engine "sees" are very important. For some sites that don't use CSS, the first 25 words are menu links along the top of the page or down the left-hand column. With CSS, you can put your content first in the HTML code and you can still keep the menu across the top or the side. The menu list can actually be at the bottom of the source code, and with CSS you can make it appear at the top of the page, or along the side, or wherever you want.

    There really is no reason not to use CSS that I can think of. I think it's an excellent tool.
    Reply With Quote
  3. #3
    Senior Member Breakfastman's Avatar
    Join Date
    Mar 2003
    Location
    Da lowlands
    Posts
    132
    Thanks
    15
    Thanked 2 Times in 2 Posts
    Rep Power
    10

    Default

    I always use stylesheets when designing sites.

    big plus:
    - keep your code (and filesize) of your pages small and neat
    - formatting of certain tags (like

    ) to make the page searchengine-friendly without screwing up the layout
    - 're'-design a site. Just change your css and voila!: new site

    big minus:
    - you'll have to learn css
    - it probably doesn't work with that 2% of traffic that is using some exotic browser (I never really bothered to check all browsers/versions)

    Cheers,
    Jeff

    Reply With Quote
  4. #4
    Put on a smile! arkyt's Avatar
    Join Date
    Oct 2003
    Location
    USA
    Posts
    1,282
    Blog Entries
    1
    Thanks
    8
    Thanked 25 Times in 22 Posts
    Rep Power
    12

    Default

    Let me keep this simple ... CSS is a MUST!
    Reply With Quote
  5. #5
    Member islandmaan's Avatar
    Join Date
    Oct 2003
    Location
    Curacao
    Posts
    752
    Blog Entries
    1
    Thanks
    2
    Thanked 42 Times in 17 Posts
    Rep Power
    9

    Default wow a consesus

    a consenses this is a first for any board I have been on. Thanks for the input and Engineer the details are very helpful.

    I see there are lots of tutorials out there, can you recommend one or are they all about the same.

    Brian
    Reply With Quote
  6. #6
    Senior Member BlackjackInfo's Avatar
    Join Date
    Oct 2003
    Location
    USA
    Posts
    621
    Thanks
    2
    Thanked 14 Times in 7 Posts
    Rep Power
    9

    Default Not a tutorial, but a brilliant example

    This is not at all a tutorial, but if you want to see what kinds of amazing things can be done with CSS, check out http://www.csszengarden.com

    Click on any of the designs on the right hand side, and you'll see the exact same HTML page rendered with a different CSS file. The differences are amazing!
    Reply With Quote
  7. #7
    Senior Member LasVegasLady's Avatar
    Join Date
    Jun 2004
    Location
    Las Vegas, NV
    Posts
    242
    Thanks
    1
    Thanked 1 Time in 1 Post
    Rep Power
    8

    Default

    Quote Originally Posted by islandmaan
    I see there are lots of tutorials out there, can you recommend one or are they all about the same.
    I too would be interested in a recommened tutorial .. is there a Dummies version somewhere? LOL
    Reply With Quote
  8. #8
    Member Engineer's Avatar
    Join Date
    Nov 2004
    Posts
    2,644
    Thanks
    880
    Thanked 597 Times in 319 Posts
    Rep Power
    10

    Default

    I agree, the Zen Garden site is really neat. This version of the Zen Garden has an "elastic" layout which allows you to increase the font size while maintaining the formatting. It's amazing what CSS can do. Of course not all sites need to be as fancy as the Zen Garden site, but it's a good example to show the power of CSS.

    Here is a good tutorial: http://www.w3schools.com/css/default.asp

    I also have the following links bookmarked. You might find these links useful at a later date, once you get up to speed on the basics of CSS.

    http://catcode.com/csstips/classes.html
    http://moronicbajebus.com/playground/cssplay/hormenu/
    http://checkweight.com/layout.html
    http://www.alistapart.com/articles/taminglists/
    http://www.fu2k.org/alex/css/layouts...NN4_FMFM.mhtml
    http://www.stopdesign.com/articles/absolute/
    http://www.netmechanic.com/news/vol5/css_no12.htm
    Last edited by Engineer; 01-06-2005 at 01:43 PM.
    Reply With Quote
  9. #9
    Fergie
    Guest

    Default

    I can recommend a book: HTML Utopia: Designing Without Tables Using CSS
    by Dan Shafer It's available at www.sitepoint.com .

    I see they have a new book there: The CSS Anthology: 101 Essential Tips, Tricks & Hacks by Rachel Andrew. I'll have to get that one, now.

    Reply With Quote
+ Reply to Thread
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •