Show link location
a[href] { text-decoration: none; } a[href]:after { content: " (" attr(href)") "; }
11384 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Syam Kumar R. http://www.webmasterview.com/
a[href] { text-decoration: none; } a[href]:after { content: " (" attr(href)") "; }
RewriteEngine On RewriteCond %{HTTP_HOST} !^(.*)\.example\.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
<?php header("Vary: Accept"); if (stristr($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml') || stristr($_SERVER["HTTP_USER_AGENT"],"W3C_Validator")) { header('Content-type: application/xhtml+xml'); echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; } else { header('Content-type: text/html'); } ?>