Text Highlight PHP:Text_Highlighter PEAR & CSS file

August 6th, 2010

Recently, I had a problem with the Text Highlighter obtained from the PHP PEAR repository. I thought I was following all the instructions but it seemed the code was not highlighting the text with color (i.e. beautifying it). Here are the steps I took to get the Text_Highlighter working on this site:1) First you need to install the PEAR TEXT_HIGHLIGHTER Read More...

How To Style Your Text With CSS

July 17th, 2010

Styling text with CSS is really simple. We can define colors, underline it, make it bold, define the font etc etc. We will start with some basics. First we define the html where we will be working with. This is the text Colorize your text We can select the P tag and add some styles to it Read More...