css codes
3 posters
Page 1 of 1
css codes
i want to ask regarding css
while adding a new codes to css
is there a way to add new line before that code so that it reminds what we using that code for ?
example : xyz code using for avatar in latest post ( now i want to add a line before it as - code for avatar in latest post ) so that it helps to know that this code starts from here and ends .
especially helps for noobs like me
thanks waiting for ur response
while adding a new codes to css
is there a way to add new line before that code so that it reminds what we using that code for ?
example : xyz code using for avatar in latest post ( now i want to add a line before it as - code for avatar in latest post ) so that it helps to know that this code starts from here and ends .
especially helps for noobs like me
thanks waiting for ur response
Re: css codes
Hello mist3r0us_b0y,
You can enter comments in CSS like this:
You can enter comments in CSS like this:
- Code:
/*This is a comment*/
Re: css codes
Example below.
- Code:
/* below, a code to modify our toolbar's display status to keep it invisible */
#fa_toolbar{display:none;}
/* also hide our navbar */
#navbar{display:none;}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum