The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Wed Apr 18, 2012 7:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 17, 2011 4:26 pm
Posts: 14
Hi all
Installing a new table into my article, but I am puzzled (aka confused :'( ) by the "classes"—what are they? Is there a listing/tutorial somewhere that clarifies this?

Very many thanks

Roy


Top
 Profile  
 
PostPosted: Wed Apr 18, 2012 9:17 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 8:55 pm
Posts: 18094
Location: Nijmegen, The Netherlands
classes & ids are used for CSS styling.
Example:
Code:
div class="mytitle">some title</div>
and a CSS:
Code:
.mytitle{
font-weight: bold;
}

will display some title (in bold).

_________________
Kind Regards,
Peter Martin, Global Moderator - Community Leadership Team
http://www.db8.nl - Joomla specialist, Nijmegen, Nederland
Joomla 2.5 multilanguage in 10 steps: http://www.db8.nl/multilanguage-in-10-steps


Top
 Profile  
 
PostPosted: Wed Apr 18, 2012 10:26 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 17, 2011 4:26 pm
Posts: 14
Thanks Peter...

I've never learned CSS or HTML, but since I've started using Joomla, I'm learning by "induction" :laugh:

Regards

Roy


Top
 Profile  
 
PostPosted: Wed Apr 18, 2012 11:15 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 8:55 pm
Posts: 18094
Location: Nijmegen, The Netherlands
:)
some basics:
style <div id="something"> with #something{ some styling }
style <div class="something"> with .something{ some styling }
some HTML tags like <p> can be styled like: p{margin-top:10px;}

A good resource regarding CSS: http://www.w3schools.com/css/

_________________
Kind Regards,
Peter Martin, Global Moderator - Community Leadership Team
http://www.db8.nl - Joomla specialist, Nijmegen, Nederland
Joomla 2.5 multilanguage in 10 steps: http://www.db8.nl/multilanguage-in-10-steps


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group