<http://forum.pspad.com/read.php?f=6&i=3912&t=3873>
----------------------------------------------------------------
Hi Jan,
thanks for the new build. Just about the css formating compression:
instead of:
a:hover.nav {text-decoration: underline; color: #000033; }
a:active.nav {text-decoration: underline; color: #000033; }
.nav {font-family: Tahoma, sans-serif; font-size: 10px; color: #333333; }
i would prefer:
a:hover.nav { text-decoration:underline; color:#000033; }
a:active.nav { text-decoration:underline; color:#000033; }
.nav { font-family:Tahoma,sans-serif; font-size:10px; color:#333333; }
that means:
- no empty lines between the code lines
- a space after { -bracket; example: ".nav { font-fam..."
- no spaces between attribute: and value; example: color:#333333;
--
PSPad freeware editor http://www.pspad.com