DSGamer3002
Feb 17 2008, 11:22 AM
| | CSS is basically made to make your html coding a heck of a lot easier. However, sometimes I prefer to use html instead of CSS since it sometimes gets frustrating to refer to the same old style sheet and use an old font ID you made about a week ago. I find it a lot more efficient to just type out the specified font color/style/size in the <font> tag than to use an individual <div> or <table> for certain fonts you'd like to use. Sure, it's very helpful a lot of the time to use CSS in most cases, since it's kind of like a very simplified version of PHP but in a different case, but sometimes for small sites it's better to just not deal with another file.
How do you usually use CSS, and how often? |
Reply
rvalkass
Feb 17 2008, 12:04 PM
I've used CSS as soon as I knew it existed. At the time I thought there must have been an easier way to do fonts than copy and pasting the same font tags over and over. Making a change to one style across an entire site was also a chore: find and replace in dozens of separate files, just to slightly change the colour of a font  CSS makes life so much easier. Even for the smallest sites I design, I'll still use a separate CSS file. If you're still using the font element, you'd better get out of that habit pretty quickly. When HTML5 comes into play, the font element is going to disappear, along with things like the center element and u for underline. Check the changes to see what will happen with HTML5: http://www.w3.org/TR/2008/WD-html5-diff-20...absent-elements
Reply
truefusion
Feb 17 2008, 05:07 PM
QUOTE(rvalkass @ Feb 17 2008, 07:04 AM)  ...along with things like the center element and u for underline. Ah, i don't see that as a problem. HTML5, i hear, will make XHTML be more like what it's supposed to be—have xml attributes; that is, you should be able to make your own elements. So all i'd have to do is: CODE font[color=blue] { color: blue; }
center { text-align: center; }
u { text-decoration: underline; }
etc...
Reply
t3jem
Feb 17 2008, 05:40 PM
I use CSS all the time, i love being able to change the whole style of my entire website by changing just one file, I've actually made a script one that would change my style according to the time of year. I definitly like CSS and use it in all my websites now.
Reply
threepach
Feb 18 2008, 01:21 PM
i think CSS is not going to make design easier for designer, it make is a bit more complicated but in return your website will be loaded much quicker than before. when you have external css file saved on temporary internet file it means that all formating details can be referred to the saved file and that helps to reduce size of the page which saves a lot of time for visitor. an example of that are forums, if you have noticed forums with loads of tables and details are loading quicker than you expect.
Reply
fffanatics
Feb 18 2008, 01:50 PM
I use CSS in every page of a website for anything that is more than a single-use formatting change. I use some CSS in my layout since to me tables are just fine. I know people say you get better google ratings and quicker loads with CSS but if you research it, you really dont. When you are working with a huge db of information, the only possible way to display it is with tables and they load just fine. The point of css is to make altering the format of you website quick and easy. It basically took the OOP principle of regular programming and adapted it for html. Therefore, use CSS for things that happen all the time on your page or that probably will happen a bunch and format the rest however you would like.;
Reply
bishoujo
Feb 18 2008, 01:51 PM
I use it almost all the time. It's very handy and I don't have to copy and paste a lot of codes. However, I will use html if I am using different layouts/fonts for individual pages in a website.
Reply
Wetton
Apr 27 2008, 08:07 PM
CSS Vs HTML. There are certain things you can do in CSS to add to your basic HTML to customize it easier. I don't use CSS much, I keep things simple with HTML/XMl. I sometimes use JavaScript, but yeah, mainly I stick to HTMl. If you are new to web design, I'd say HTML is the easiest to learn, and just stick to that till you are fluent, before moving on. Of course, since then they've made XHTML and HTML5 Etc, I tend to use the same basic HTML all the way through Thanks.
Reply
Similar Topics
Keywords : css, opposed, simple, tags
- CSS Rollover Menu Code
for < a > tags used on HTML pages (5)
Looking for css, opposed, simple, tags
|
|
Searching Video's for css, opposed, simple, tags
|
advertisement
|
|