Thats my opinion too!
But every tutorial website I see (well most)...
Use the IMO - "goofy" method..
I mean why have the Open bracket on the top line?
It makes it so hard to find the opening, because its not inline with anything!
So far its:
2:0
for, LUM -vs- GM (Lined Up Method -vs- Goofy Method)
Chris Stratford [EMAIL PROTECTED] Http://www.neester.com
Neerav wrote:
Properly lined up is better IMHO
div.row span.left
{
float: left;
text-align: left;
font-weight: bold;
color: #fff;
width: 49%;
}
is much easier to work with especially when the program you're developing highlights matching open/close brackets.
Chris Stratford wrote:
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????
The discussion list for http://webstandardsgroup.org/
*****************************************************
***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
