Coding
4 methods to remove the blue border image link, using CSS
First of all that blue border is coming from the color of your links, so it can be any color. To remove that border from the images which have a link you’ll have to add to your style one of the following four lines, each one doing practically the same thing.
Is not necessarily to style [...]
How to add a link only to a specific page in Wordpress
You can either add a link in index / home page or any other individual Wordpress blog page using a short code, you have to place directly in the page template like in the example bellow.
In this example, I have been adding a link only to the first page / index page of the website. [...]
Best color for web links
Is the hypertext links color, meant to be blue? Well, yes. Google made an experiment with two type of links color, blue and green, or more precisely using colors between blue and green and guess what? It seams that blue links are more clickable, people are more often click on blue links than green ones [...]
Randomize sentences into a phrase using PHP functions
I was looking for a while to find a sentence randomizer from a phrase and I didn’t find anything. There are scripts for randomize words but for clauses nothing. I don’t know php but with little (little bit more actually) help I did it.
Copy this code into a webpage, replace the phrase with yours and [...]


