Currently Reading

Image of Derivatives Demystified: A Step-by-Step Guide to Forwards, Futures, Swaps and Options (The Wiley Finance Series)

Image of Working Effectively with Legacy Code (Robert C Martin)

Image of Coders at Work: Reflections on the Craft of Programming

Image of Succeeding with Agile: Software Development Using Scrum (Addison-Wesley Signature)

Recently Read

Image of Refactoring: Improving the Design of Existing Code (Object Technology Series)

Image of Test Driven Development (The Addison-Wesley Signature Series)

Image of UML 2 for Dummies

Image of ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques (Adobe Developer Library)

Image of Cloud Atlas

Image of Test Driven: TDD and Acceptance TDD for Java Developers

Image of Beginning iPhone 3 Development: Exploring the iPhone SDK

Image of Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)

Image of iPhone Advanced Projects (Books for Professionals by Professionals)

Image of Advanced Actionscript 3 with Design Patterns


June 19, 2008

*.CSS files are Whitespaces Sensitive

Filed under: Bug Fixes — Anthony @ 2:28 pm

Just a quick note to say that if your stylesheets don't seem to be applied correctly
Styles in a .css file are white space sensitive so if you place text-align: left it works but if you place text-align : left it breaks the css as it thinks that the tags name is text-align : ( inclusive of the final space between the last letter and the : ) !!

No Comments »

No comments yet.

RSS feed for comments on this post. | TrackBack URI

Leave a comment

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .