what are this stuff?

This is a discussion on "what are this stuff?" within the Web Page Design section. This forum, and the thread "what are this stuff? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 7th, 2007, 17:01
Reputable Member
Join Date: Mar 2007
Location: Kenya
Age: 20
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
what are this stuff?

Hi Forums. I have come across this (i don't know what to call them). Can someone please tell me what they are? Got them from a css document

Code: Select all
text-indent: 0;
text-decoration: none;
font-weight: bold;
clear: both;
outline: none;
margin: 0 auto;
display: block;
Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 7th, 2007, 17:14
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: what are this stuff?

They are CSS properties ... if you don't know this then you might to look at some CSS tutorials.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 7th, 2007, 17:17
Highly Reputable Member
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 726
Thanks: 0
Thanked 0 Times in 0 Posts
Re: what are this stuff?

Not quite sur ewhat you mean but...

text-indent: 0; indents the text, can be +ve number to indent it right, or -ve ton indent left and can use ems to scale
text-decoration: none; text decoration can have various values such as underline, overline etc...and these underline or overline the text or whatever you set it as
font-weight: bold; erm...this makes the text bold! can set it as normal to make it normal
clear: both; places the current div below both divs on the right and left...someone might explain better
outline: none; outlines the element is like a second border
margin: 0 auto; adds margins to div, like page margins, as it is currently set it is aligning to center. You can use one number like 10px which will add 10px margin to each edge, or two numbers which will add the first to the top and bottom and the second to the left and right, or four which will add them in the order top right bottom left.
display: block; displays the current div as a blcok, has a bit of top and bottom padding and allows no html next to it unless a float is specified.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
what is

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shooty Stuff Accurax Webforumz Cafe 50 Dec 7th, 2006 22:39


All times are GMT. The time now is 13:41.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42