XHTML/ CSS - Overriding Styles

If you have one page that you want to edit the style on without affecting other pages you can override the external style sheet by just adding back in the <style> tags. Easy-peasy. 

Never put the style tags above the external style sheet as it might override your desired style. 

https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram