Want comment out something? Read Here

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Mar 25, 2009 10:53 am
Here are some tips about how comment out html, css and php code
Example # 1 HTML
Code: Select all
<div class="example"></div>

For Comment
Code: Select all
<!--<div class="text"></div>-->

Example # 2 CSS
Code: Select all
div.text{}

For comment
Code: Select all
/*div.text{}*/

Example # 3 PHP
Code: Select all
<div class="<?php echo $text ?>"></div>

For comment
Code: Select all
<div class="<?php /*<?php echo $text ?>*/ ?>"></div>
User avatar
Senior Boarder

cron