# # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symb…
< div class = "col-md-4 col-md-offset-4" > my div here </ div >
php_value upload_max_filesize 100M php_value post_max_size 100M
Open Shop By ThemeHunk Preview Download Version: 1.1.8 Last updated: October 15, 2020 Active Installations: 4,000+ WordPress Version: 4.5 or h…
.breadcrumbswrap{ display:none; } .buzz-news-details{ border:1px solid blue; padding:9px; } .buzz-news-details .buzz-image{ display:none; } …
<div> <a class="kshare" href="whatsapp://send?text='.$Canonical.'"><img src="'.$ss->settings…
//navbar background color #responsive-navbar{ background-color: #cb4f00; } //body border body { border: 3px solid #cb4f00; } //for show time i…
<?php if ( is_front_page() ) { ?> Do anything Here only show in the homepage <title> Luna Creativity - One Platform To Learn Everything&…
#responsive-navbar{ background-color: #cb4f00; } body { border: 3px solid #cb4f00; } .KanhaTime{ color:white; text-align: right; paddin…
#responsive-navbar{ background-color: #cb4f00; } BODY BORDER body { border: 3px solid #cb4f00; } TIME SHOW .KanhaTime{ color:white; text-…
Success Alert <div class="alert alert-success alert-dismissible fade show" role="alert" style="background-color:#3b4;col…
<div class="row"> <div class="col-lg-12"> <div class="card"> <div class="card-header"&…
<?php //stop direct accesing files if (!defined('SECURE_PAGE')) { header('Location: ./'); } //total work done by 7 hours 24-0…
#([^/\.]+)/([^/\.]+) #RewriteRule ^([^/\.]+)/([^/\.]+)?$ category.php?type$1&tools_category=$2 RewriteEngine On RewriteRule ^category/([^/\.]+) …
RewriteEngine On #Below code replace string value RewriteRule ^category/([^/\.]+) category.php?tools_category=$1 #Below code replace number value i.e…
RewriteEngine On RewriteRule ^([^/\.]+)/([^/\.]+)?$ category.php?type$1&tools_category=$2 Where category.php is your category page name tools…
<audio controls='controls' autoplay><source src='' audio source here"></audio> <style type="text/css…
< ?php //paste your XML file here $xml = ' <?xml version="1.0" encoding="UTF-8"?> <Parent> <Child> &l…
< ?php header ( "HTTP/1.1 301 Moved Permanently" ) ; header ( "Location: anypage.php" ) ; ? >
<style type="text/css"> @media only screen and (max-width: 600px) { body { background-color: red; } } </style>