Hey Everyone,

This is a great debate in Perl, C++, PHP...
Its all the same with CSS too!

I HATE It When People code with the curly brackets like this:

div.row span.left {
        float: left;
        text-align: left;
        font-weight: bold;
        color: #fff; width: 49%;
}

I prefer to code like this:

div.row span.left
{
	float: left;
	text-align: left;
	font-weight: bold;
	color: #fff;
	width: 49%;
}


What is your preference????

See I hate when things dnt Line up...
I love having nicely formatted code.

Sorry - I hope this standard doesnt make this off topic.
I would just like to know what you like, and dont like.
It will be interesting to see what your opinions are!



-- 
Chris Stratford
[EMAIL PROTECTED]
Http://www.neester.com
***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************

Reply via email to