Interpretation of Code Comments
Posted: Fri Aug 08, 2014 6:11 pm
I find it good to have the supplied comments within the template coding. However, sometimes they need interpretation.
Here's one I can't figure out:
1. Does the first part mean "Note: This is for the right side of the page when you float"?
2. Does the next part mean "The following are the divs you need to create the float"?
3. Does the last part mean "Yes, divs go first"?
4. Where is the instruction for the left side of the page?
Thanks to any who can interpret into exact computer usage.
Here's one I can't figure out:
Code: Select all
{* note this is the right side, when you float: divs you need to have float: right; divs first *}
2. Does the next part mean "The following are the divs you need to create the float"?
3. Does the last part mean "Yes, divs go first"?
4. Where is the instruction for the left side of the page?
Thanks to any who can interpret into exact computer usage.