Hide CSS Styles

Written by @m_k_amin 20 November 2012

Do you have special styles that are secret? You can hide your CSS file by this script. The full package is available at the attachment. Just put your styles in the style.php and Enjoy!

Code Snippet:

                                                
                                                <!-- this script is provided by https://www.phpfreecode.com coded by: Kerixa Inc. -->
<!-- This Script is from www.phpfreecpde.com, Coded by: Kerixa Inc-->
<?php
 session_start();
  $_SESSION['csskey'] = "ok";
?>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<table style="border: 1px solid #000000;width: 485px" align="center">
	<tr>
		<td class="Style1" >
		Style1</td>
		<td class="Style2" >
			Style2</td>
	</tr>
	</table>
<br>

<div style="text-align: center">
	<font face="Tahoma"><a target="_blank" href="http://www.phpfreecode.com/">
	<span style="font-size: 8pt; text-decoration: none">PHP Free Code
</span></a></font></div></body><a target='_blank' href='https://www.phpfreecode.com' style='font-size: 8pt; text-decoration: none'>Php Best Codes</a>                                                
                                            

Example:


About @m_k_amin

This user is pending a biography.

M

Comments


Here you can leave us commments. Let us know what you think about this code tutorial!

0 / 300

TRENDING POST
1
2
3
4
5
VISITORS
Online Users: 12
Recent Members: grkkid, Manaakividuinfo.com, karticksv, sava, tinatina
advertisement 2