Redirect Web Pages As time goes by, we may want to change URL of website into optimized ones for search engines in order to rank… Read More »How to Redirect Web Page
Web designers usually remove the unwanted edge of images to make central objects look bigger and more focused by image processing softwares or au, it's… Read More »How to Crop Images by CSS
Assuming that you have a hyperlink wrapped by a <div> like the following, and you want to remove the underline of the hyperlink. <div class='google_link_div'>… Read More »Why "text-decoration: none;" Does Not Work
Maybe you don't like the plain-old style of hyperlinks, you can remove the underlines from those links by CSS. For example, <div class='google_link_div'> <a… Read More »How to Remove Underlines from Hyperlinks