Anyone good with .CSS? If So PM me

For people who don't know what im talking about, CSS is shott for Cascading Style Sheets which websites / forums / anything else to do with the website design lol. I'm already a pro strict HTML designer, using tables, but I'm really interested in getting my skills up in CSS, so if ANYONE on this forum knows how to code CSS, Can you please PM me? Thanks! :thumbsup:
 

UnhingedMouse0

New member
I learned this last year but have somehow forgotten it already. I can tell you that it was rather easy to learn and use though.
 

azemkamikaze03

New member
well, I mean im no pro.

but if u look at examples and ****. like with myspace.

u get a strong idea of how to use it. just mess with things

 
Yeah thats what I've been doing its just.... It seems I'm always missing something... so I just thought if someone else knew the basics or whatever that they could teach me abit better... because these examples arnt doing much which is strange...
 
CSS is easy enough.If you already know HTML as well as you say you do, then you will have no worries learning CSS, its just a less complicated form of HTML.

http://www.w3schools.com/css/default.asp
Yeah, alot have been saying CSS is a lot less complicated the html lol....Meh... I'll have another stab at it, maybe its just because I haven't been able to dedicate much of my time learning it lately. But then again learning PHP would be fun. :thumbsup:
 

shadowfax1007

New member
Yeah, alot have been saying CSS is a lot less complicated the html lol....Meh... I'll have another stab at it, maybe its just because I haven't been able to dedicate much of my time learning it lately. But then again learning PHP would be fun. :thumbsup:
I'd learn CSS first.

PHP will take alot more time and effort.

CSS is easier to learn

 

UnhingedMouse0

New member
Theres also two ways to do CSS, you can stick it within an HTML file or you can make a seperate CSS file that the HTML file targets and uses. The second I found to be easier as you just end up making a large list of what you want things to look like. The hardest part about that is remembering all the variables that a section can have and that, along with the general structure of such a file, is what Ive forgotten. I learned rather quickly though by looking though CSS documents to see what variables could be set and then how to structure the file. Umm, yeah...

And as far as I know PHP is...... HARD.

 
Theres also two ways to do CSS, you can stick it within an HTML file or you can make a seperate CSS file that the HTML file targets and uses. The second I found to be easier as you just end up making a large list of what you want things to look like. The hardest part about that is remembering all the variables that a section can have and that, along with the general structure of such a file, is what Ive forgotten. I learned rather quickly though by looking though CSS documents to see what variables could be set and then how to structure the file. Umm, yeah...
And as far as I know PHP is...... HARD.
Yeah I tend to do an external file :p But yeah PHP maybe hard and takes years to learn... But they say its worth it lol. :p
 
Top Bottom