Click to See Complete Forum and Search --> : Clueless to CSS


thunderstorm387
08-16-2006, 01:07 PM
I do know a little bit but usually I just play around with codes and break things apart and see what each little peice of coding does but I never really get to know the terms or vocabulary they use.

For those who have sufficient knowledge of CSS, almost everything on you User Info page has a class (class=""). They are uprofiletext, uyourprofile, upets, ushops, and umedals.

How do I use these? Or rather, what are they talking about?

What is a class? If anyone can help me I would greatly appreciate it.

KDLA
08-16-2006, 01:17 PM
A class is an identifier used to link an HTML element to a certain style, named in your stylesheet.

Reference: http://www.w3schools.com/css/css_syntax.asp

KDLA

thunderstorm387
08-16-2006, 01:39 PM
Thank you! =)