View Single Post
Old 06-30-2008, 01:51 PM  
mikoleg
Confirmed User
 
mikoleg's Avatar
 
Industry Role:
Join Date: Jun 2008
Posts: 477
Just an advice from experienced css/xhtml developer. The spaces you created on css are simply useless. Save your bits taking the spaces off! The cleanest and the best optimized css file shell fit in one line per class, id. Just separate the blocks of related styles and if you are good enough you would easily read it and follow the code. Why to do so.. its simple, you save your bits of code and loading time. The search bots will go through the file faster and yeah it might not be that much time save but line by line you optimize everything.

Sample:
.porn {background:#fff; color:#000; font-size:1em; width:200px; height:100px;}

Cheers.
__________________
BangThemes.com - Adult web design, adult branding, adult premium blog themes.

ICQ: 490719967 or support [at] bangthemes.com

Last edited by mikoleg; 06-30-2008 at 01:54 PM..
mikoleg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote