Applying reset stylesheets to HTML using CSS

As John Meyer states: “The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.” I am using this pretty much as is. The only difference is that I have also deined my own style for “h1” styles heading, using …

Continue reading ‘Applying reset stylesheets to HTML using CSS’ »

Changing the font size of the ‘Syntaxhighlighter’ plugin

Alex Gorbatchev’s Syntaxhighlighter is a GREAT plugin for posting code samples on your website. I know because I use it on here. My only minor gripe was in the default size of the actual font itself – it was too large for my own preference. Modifying the size is simple, and I’m going to post …

Continue reading ‘Changing the font size of the ‘Syntaxhighlighter’ plugin’ »