proper coding

Ok what is the proper coding when disabling an icon. I know I can just remove it, but who knows the future right?

and I know i can just put a hyphen in the icon png. and that works, but I would like to start doing thins right for a change instead of hacking everything up! LOL

any thoughts?

and I have put in "display:none;", but i think i put in the wrong place because it just showed an error

thanks Derrick

Back to pulling my hair out! (ouch, ouch,ouch)
Quote · 1 Apr 2010

Generally, different types of programming has ways of commenting out bits of code instead of completely earsing it.  All you would have to do is remove the comment marks if you think you might use the code later.  For PHP, you can either use:

//  Code is commented out and not processed....hence the name comment, you can also put your own notes here

/*  This works for seveal lines...  anything after this mark is commented out

until you put the following marks to end your comment  */

Other forms of programming use different symbols for commenting out code such as $ or #  Just according to what kind of programming you are working with.  Do a google for comments for what ever kind of programming you are working with.

:-)
Quote · 1 Apr 2010

thank you that helps,

Generally, different types of programming has ways of commenting out bits of code instead of completely earsing it.  All you would have to do is remove the comment marks if you think you might use the code later.  For PHP, you can either use:

//  Code is commented out and not processed....hence the name comment, you can also put your own notes here

/*  This works for seveal lines...  anything after this mark is commented out

until you put the following marks to end your comment  */

Other forms of programming use different symbols for commenting out code such as $ or #  Just according to what kind of programming you are working with.  Do a google for comments for what ever kind of programming you are working with.

Back to pulling my hair out! (ouch, ouch,ouch)
Quote · 1 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.